2024-01-16T16:05:07.960 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T16:05:07.960 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} --archive /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230 --name yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/orig.config.yaml 2024-01-16T16:05:07.988 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T16:05:08.067 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230 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: null first_in_suite: false job_id: '7518230' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-16_15:55:17-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: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbnlctzjMG4bhaQnp/ABfYjlCYAxbvE6++o0BUvfjVg+SeFTffCHOfjmVYSpHrkbKuB8Oc/6FK84Xk+XIbDtlM= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMudcThY5uF8Su174VeG3M2gKcF1Ak0sTP1iHBmRVM8Ak4u2a3f5V3rh3n1EA+qJ4pRrpz/Uf4YIpnjyyPrIIzM= 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-16_15:55:17 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T16:05:08.067 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-16T16:05:08.068 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T16:05:08.068 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T16:05:08.069 INFO:teuthology.task.internal:Checking packages... 2024-01-16T16:05:08.091 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T16:05:08.091 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T16:05:08.091 INFO:teuthology.packaging:ref: None 2024-01-16T16:05:08.092 INFO:teuthology.packaging:tag: None 2024-01-16T16:05:08.092 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T16:05:08.092 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T16:05:08.092 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-16T16:05:08.345 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T16:05:08.346 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T16:05:08.357 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T16:05:08.357 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T16:05:08.383 INFO:teuthology.task.internal:Saving configuration 2024-01-16T16:05:08.394 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T16:05:08.404 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T16:05:08.428 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230', '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 15:58:24.240940', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbnlctzjMG4bhaQnp/ABfYjlCYAxbvE6++o0BUvfjVg+SeFTffCHOfjmVYSpHrkbKuB8Oc/6FK84Xk+XIbDtlM='} 2024-01-16T16:05:08.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230', '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 15:58:24.239247', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMudcThY5uF8Su174VeG3M2gKcF1Ak0sTP1iHBmRVM8Ak4u2a3f5V3rh3n1EA+qJ4pRrpz/Uf4YIpnjyyPrIIzM='} 2024-01-16T16:05:08.452 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T16:05:08.463 INFO:teuthology.task.internal:roles: ubuntu@smithi053.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-16T16:05:08.463 INFO:teuthology.task.internal:roles: ubuntu@smithi192.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-16T16:05:08.463 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T16:05:08.541 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f781969e160>, signals=[15]) 2024-01-16T16:05:08.541 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T16:05:08.552 INFO:teuthology.task.internal:Opening connections... 2024-01-16T16:05:08.552 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-01-16T16:05:08.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:05:08.628 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-01-16T16:05:08.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:05:08.698 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T16:05:08.709 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-01-16T16:05:08.732 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-01-16T16:05:08.732 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="8" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="8" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el8" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T16:05:08.793 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T16:05:08.794 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T16:05:08.794 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-01-16T16:05:08.822 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-01-16T16:05:08.844 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-01-16T16:05:08.844 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T16:05:08.906 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T16:05:08.907 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T16:05:08.907 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-01-16T16:05:08.930 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T16:05:08.938 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T16:05:08.951 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T16:05:08.951 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-01-16T16:05:08.953 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-01-16T16:05:08.974 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T16:05:08.984 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T16:05:08.985 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-01-16T16:05:09.015 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-01-16T16:05:09.045 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T16:05:09.103 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T16:05:09.120 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T16:05:09.120 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T16:05:09.120 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T16:05:09.121 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T16:05:09.139 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T16:05:09.140 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-01-16T16:05:09.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T16:05:09.141 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-01-16T16:05:09.201 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-489.el8.x86_64 2024-01-16T16:05:09.201 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-489.el8.x86_64 2024-01-16T16:05:09.201 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2024-01-16T16:05:09.203 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-489.el8.x86_64 2024-01-16T16:05:09.204 INFO:teuthology.task.kernel:Running kernel on smithi053: 4.18.0-489.el8.x86_64 2024-01-16T16:05:09.204 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-01-16T16:54:40.161 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - AppStream 12 kB/s | 35 MB 49:28 2024-01-16T16:54:50.944 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 59 MB 00:03 2024-01-16T16:55:00.701 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras 25 kB/s | 18 kB 00:00 2024-01-16T16:55:01.410 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-16T16:55:01.895 INFO:teuthology.orchestra.run.smithi053.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-01-16T16:55:03.041 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2024-01-16T16:55:07.087 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 416 kB/s | 24 kB 00:00 2024-01-16T16:55:11.105 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T16:55:11.105 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T16:55:11.424 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-16T16:55:11.425 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T16:55:11.426 INFO:teuthology.orchestra.run.smithi053.stdout:Install 3 Packages 2024-01-16T16:55:11.427 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:11.427 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 89 M 2024-01-16T16:55:11.428 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 96 M 2024-01-16T16:55:11.428 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-01-16T16:55:12.847 INFO:teuthology.orchestra.run.smithi053.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 9.5 MB/s | 10 MB 00:01 2024-01-16T16:55:14.239 INFO:teuthology.orchestra.run.smithi053.stdout:(2/3): kernel-core-4.18.0-535.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-01-16T16:55:14.756 INFO:teuthology.orchestra.run.smithi053.stdout:(3/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2024-01-16T16:55:14.756 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-01-16T16:55:14.756 INFO:teuthology.orchestra.run.smithi053.stdout:Total 27 MB/s | 89 MB 00:03 2024-01-16T16:55:15.468 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-01-16T16:55:15.929 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-01-16T16:55:15.929 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-01-16T16:55:17.244 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-01-16T16:55:17.271 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-01-16T16:55:20.202 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-01-16T16:55:20.686 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:55:24.522 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:55:25.060 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:55:28.733 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:55:29.019 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:55:52.512 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:55:52.538 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:55:52.901 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:55:52.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:55:52.901 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:55:53.782 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:53.783 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-01-16T16:55:53.938 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T16:55:54.165 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-16T16:55:54.166 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-16T16:55:54.166 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-16T16:55:54.166 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T16:55:54.166 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T16:55:54.166 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-01-16T16:55:54.166 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T16:55:54.167 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T16:55:54.386 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-16T16:55:54.386 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-16T16:55:54.386 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.02 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 129.el8 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Group : System Environment/Base 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 9265586 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-01-16T16:55:54.421 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Relocations : (not relocatable) 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : CentOS BuildSystem 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T16:55:54.422 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T16:55:54.423 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-01-16T16:55:54.423 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T16:55:54.423 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T16:55:54.423 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T16:55:54.424 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 4.18.0-535.el8.x86_64 2024-01-16T16:55:54.424 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T16:55:55.916 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-01-16T16:55:58.300 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-01-16T16:55:58.302 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-01-16T16:55:58.329 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.gJ68N04B5c 2024-01-16T16:55:58.330 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gJ68N04B5c 2024-01-16T16:55:58.401 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.gJ68N04B5c 2024-01-16T16:55:58.548 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.gJ68N04B5c is 6KB 2024-01-16T16:55:58.572 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.gJ68N04B5c 2024-01-16T16:55:58.589 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T16:55:58.667 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T16:55:58.667 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T16:55:58.667 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T16:55:58.667 INFO:teuthology.orchestra.run.smithi053.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-16T16:55:58.668 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-16T16:55:58.839 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-01-16T16:56:18.696 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - AppStream 12 kB/s | 35 MB 51:06 2024-01-16T16:56:28.842 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-01-16T16:56:28.843 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-01-16T16:56:28.843 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:56:29.795 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 59 MB 00:04 2024-01-16T16:56:38.736 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-01-16T16:56:39.287 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-01-16T16:56:39.780 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2024-01-16T16:56:43.880 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 4.1 MB/s | 16 MB 00:03 2024-01-16T16:56:47.805 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 155 kB/s | 24 kB 00:00 2024-01-16T16:56:51.488 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T16:56:51.488 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T16:56:51.802 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-16T16:56:51.803 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout:Install 3 Packages 2024-01-16T16:56:51.804 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:56:51.805 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 89 M 2024-01-16T16:56:51.805 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 96 M 2024-01-16T16:56:51.805 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-01-16T16:56:53.106 INFO:teuthology.orchestra.run.smithi192.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 8.5 MB/s | 10 MB 00:01 2024-01-16T16:56:54.174 INFO:teuthology.orchestra.run.smithi192.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-16T16:56:54.664 INFO:teuthology.orchestra.run.smithi192.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-01-16T16:56:54.665 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-01-16T16:56:54.665 INFO:teuthology.orchestra.run.smithi192.stdout:Total 31 MB/s | 89 MB 00:02 2024-01-16T16:56:55.346 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-01-16T16:56:55.783 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-01-16T16:56:55.783 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-01-16T16:56:57.023 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-01-16T16:56:57.041 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-01-16T16:56:59.897 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-01-16T16:57:00.366 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:57:04.051 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:57:04.515 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:57:07.947 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:57:08.203 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:57:28.846 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T16:57:30.383 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:57:30.408 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:57:30.755 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:57:30.755 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-16T16:57:30.755 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:57:31.587 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-01-16T16:57:31.709 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T16:57:31.929 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-16T16:57:31.929 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-16T16:57:31.929 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-16T16:57:31.930 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T16:57:31.930 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T16:57:31.930 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-01-16T16:57:31.930 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T16:57:31.930 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T16:57:32.139 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-16T16:57:32.139 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-16T16:57:32.139 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.02 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 129.el8 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Group : System Environment/Base 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 9265586 2024-01-16T16:57:32.174 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Relocations : (not relocatable) 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : CentOS BuildSystem 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T16:57:32.175 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2024-01-16T16:57:32.176 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T16:57:32.176 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T16:57:32.176 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T16:57:32.177 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 4.18.0-535.el8.x86_64 2024-01-16T16:57:32.177 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T16:57:33.576 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-01-16T16:57:36.015 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-01-16T16:57:36.016 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-01-16T16:57:36.055 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.8NH3U0wvfe 2024-01-16T16:57:36.055 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8NH3U0wvfe 2024-01-16T16:57:36.129 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.8NH3U0wvfe 2024-01-16T16:57:36.287 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.8NH3U0wvfe is 6KB 2024-01-16T16:57:36.336 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.8NH3U0wvfe 2024-01-16T16:57:36.354 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T16:57:36.429 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T16:57:36.429 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T16:57:36.430 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T16:57:36.430 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-16T16:57:36.431 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-16T16:57:36.580 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-01-16T16:57:37.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-01-16T16:57:38.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:57:38.400 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-01-16T16:57:38.693 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-01-16T16:57:38.693 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-535.el8.x86_64"... 2024-01-16T16:57:38.694 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-01-16T16:57:38.714 INFO:teuthology.orchestra.run.smithi053.stdout:4.18.0-535.el8.x86_64 2024-01-16T16:57:38.714 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-16T16:57:38.714 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T16:57:38.715 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T16:57:39.716 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-01-16T16:57:39.716 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T16:57:39.798 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-01-16T16:57:39.812 DEBUG:teuthology.parallel:result is None 2024-01-16T16:58:06.583 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-01-16T16:58:06.583 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-01-16T16:58:06.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:59:06.586 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T16:59:15.587 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-01-16T16:59:15.588 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T16:59:15.936 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-01-16T16:59:16.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-01-16T16:59:16.260 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-535.el8.x86_64"... 2024-01-16T16:59:16.260 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-01-16T16:59:16.278 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-535.el8.x86_64 2024-01-16T16:59:16.278 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-16T16:59:16.278 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T16:59:16.278 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T16:59:17.279 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-01-16T16:59:17.279 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T16:59:17.343 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-01-16T16:59:17.357 DEBUG:teuthology.parallel:result is None 2024-01-16T16:59:17.357 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T16:59:17.364 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T16:59:17.365 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T16:59:17.367 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T16:59:17.388 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T16:59:17.395 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T16:59:17.403 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T16:59:17.403 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T16:59:17.430 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T16:59:17.492 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T16:59:17.499 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T16:59:17.500 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T16:59:17.512 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T16:59:17.548 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T16:59:17.548 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T16:59:17.558 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T16:59:17.559 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T16:59:17.561 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T16:59:17.568 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T16:59:17.568 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T16:59:17.603 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T16:59:17.633 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T16:59:17.642 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T16:59:17.643 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T16:59:17.675 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T16:59:17.695 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T16:59:17.779 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T16:59:17.848 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T16:59:17.893 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T16:59:17.940 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T16:59:17.940 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T16:59:18.009 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T16:59:18.051 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T16:59:18.140 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T16:59:18.184 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T16:59:18.230 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T16:59:18.230 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T16:59:18.299 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-01-16T16:59:18.302 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-01-16T16:59:18.363 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T16:59:18.398 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T16:59:18.788 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T16:59:18.796 INFO:teuthology.task.internal:Starting timer... 2024-01-16T16:59:18.796 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T16:59:18.809 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T16:59:18.822 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-01-16T16:59:18.920 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-01-16T16:59:18.922 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2024-01-16T16:59:19.077 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2024-01-16T16:59:19.085 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T16:59:19.085 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-01-16T16:59:19.117 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-01-16T16:59:19.117 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2024-01-16T16:59:19.145 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2024-01-16T16:59:19.145 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2024-01-16T16:59:19.145 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T16:59:19.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T16:59:19.188 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T16:59:19.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T16:59:19.457 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T16:59:19.457 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-01-16T16:59:19.486 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2024-01-16T16:59:20.063 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T16:59:20.073 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T16:59:20.090 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-16T16:59:20.091 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T17:05:16.434 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-01-16T17:05:16.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-01-16T17:05:16.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T17:05:16.511 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-01-16T17:05:16.579 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-01-16T17:05:16.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-01-16T17:05:16.580 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T17:05:16.649 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-01-16T17:05:16.718 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-01-16T17:05:16.719 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T17:05:16.728 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T17:05:16.729 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T17:05:16.729 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:05:16.731 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T17:05:16.731 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:05:16.762 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T17:05:16.777 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T17:05:16.791 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T17:05:16.805 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T17:05:16.845 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-01-16T17:05:16.856 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-01-16T17:05:16.870 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T17:05:16.882 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2024-01-16T17:05:16.884 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T17:05:16.894 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2024-01-16T17:05:16.908 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T17:05:16.921 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T17:05:16.948 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.953 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.995 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.998 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:05:16.999 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T17:05:17.008 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T17:05:17.008 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi053.front.sepia.ceph.com 2024-01-16T17:05:17.008 DEBUG:teuthology.orchestra.run.smithi053:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T17:05:17.009 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2024-01-16T17:05:17.009 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T17:05:17.919 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:35 ago on Tue 16 Jan 2024 05:03:42 PM UTC. 2024-01-16T17:05:17.924 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:25 ago on Tue 16 Jan 2024 05:03:52 PM UTC. 2024-01-16T17:05:20.160 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-01-16T17:05:20.160 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2024-01-16T17:05:20.161 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:05:20.319 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-01-16T17:05:20.320 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T17:05:20.320 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-01-16T17:05:20.320 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T17:05:20.320 INFO:teuthology.orchestra.run.smithi053.stdout:Resetting modules: 2024-01-16T17:05:20.321 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools 2024-01-16T17:05:20.321 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:05:20.321 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-01-16T17:05:20.321 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-01-16T17:05:20.321 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:05:20.415 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-01-16T17:05:20.632 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-01-16T17:05:21.373 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:39 ago on Tue 16 Jan 2024 05:03:42 PM UTC. 2024-01-16T17:05:21.638 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:01:29 ago on Tue 16 Jan 2024 05:03:52 PM UTC. 2024-01-16T17:05:23.593 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout:=========================================================================================== 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repo Size 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout:=========================================================================================== 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:23.596 INFO:teuthology.orchestra.run.smithi192.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T17:05:23.597 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools rhel8 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2024-01-16T17:05:23.598 INFO:teuthology.orchestra.run.smithi192.stdout:=========================================================================================== 2024-01-16T17:05:23.599 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2024-01-16T17:05:23.599 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 9 Packages 2024-01-16T17:05:23.599 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:05:23.599 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 52 M 2024-01-16T17:05:23.599 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2024-01-16T17:05:24.006 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout:=========================================================================================== 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout: Package Arch Version Repo Size 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout:=========================================================================================== 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrading: 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-16T17:05:24.009 INFO:teuthology.orchestra.run.smithi053.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout:Installing group/module packages: 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T17:05:24.010 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T17:05:24.011 INFO:teuthology.orchestra.run.smithi053.stdout:Installing weak dependencies: 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:Installing module profiles: 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools/common 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:Enabling module streams: 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout: container-tools rhel8 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:=========================================================================================== 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:Install 13 Packages 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout:Upgrade 9 Packages 2024-01-16T17:05:24.012 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:05:24.013 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 52 M 2024-01-16T17:05:24.013 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-01-16T17:05:24.148 INFO:teuthology.orchestra.run.smithi192.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.1 MB/s | 750 kB 00:00 2024-01-16T17:05:24.181 INFO:teuthology.orchestra.run.smithi192.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2024-01-16T17:05:24.215 INFO:teuthology.orchestra.run.smithi192.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 587 kB/s | 39 kB 00:00 2024-01-16T17:05:24.248 INFO:teuthology.orchestra.run.smithi192.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2024-01-16T17:05:24.315 INFO:teuthology.orchestra.run.smithi192.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2024-01-16T17:05:24.407 INFO:teuthology.orchestra.run.smithi192.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2024-01-16T17:05:24.474 INFO:teuthology.orchestra.run.smithi192.stdout:(7/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 15 MB/s | 3.9 MB 00:00 2024-01-16T17:05:24.499 INFO:teuthology.orchestra.run.smithi192.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2024-01-16T17:05:24.600 INFO:teuthology.orchestra.run.smithi192.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2024-01-16T17:05:24.618 INFO:teuthology.orchestra.run.smithi053.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 1.8 MB/s | 750 kB 00:00 2024-01-16T17:05:24.652 INFO:teuthology.orchestra.run.smithi053.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.2 MB/s | 1.0 MB 00:00 2024-01-16T17:05:24.667 INFO:teuthology.orchestra.run.smithi192.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 793 kB/s | 53 kB 00:00 2024-01-16T17:05:24.694 INFO:teuthology.orchestra.run.smithi053.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 522 kB/s | 39 kB 00:00 2024-01-16T17:05:24.744 INFO:teuthology.orchestra.run.smithi053.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.6 MB/s | 241 kB 00:00 2024-01-16T17:05:24.767 INFO:teuthology.orchestra.run.smithi192.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.5 MB/s | 2.5 MB 00:00 2024-01-16T17:05:24.801 INFO:teuthology.orchestra.run.smithi192.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 306 kB/s | 41 kB 00:00 2024-01-16T17:05:24.844 INFO:teuthology.orchestra.run.smithi053.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2024-01-16T17:05:24.851 INFO:teuthology.orchestra.run.smithi192.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 685 kB/s | 57 kB 00:00 2024-01-16T17:05:24.903 INFO:teuthology.orchestra.run.smithi053.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2024-01-16T17:05:24.943 INFO:teuthology.orchestra.run.smithi192.stdout:(14/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2024-01-16T17:05:24.968 INFO:teuthology.orchestra.run.smithi192.stdout:(15/22): container-selinux-2.224.0-1.module_el8 418 kB/s | 70 kB 00:00 2024-01-16T17:05:25.027 INFO:teuthology.orchestra.run.smithi192.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.7 MB/s | 144 kB 00:00 2024-01-16T17:05:25.045 INFO:teuthology.orchestra.run.smithi053.stdout:(7/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-16T17:05:25.069 INFO:teuthology.orchestra.run.smithi192.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 5.5 MB/s | 564 kB 00:00 2024-01-16T17:05:25.071 INFO:teuthology.orchestra.run.smithi053.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 561 kB/s | 94 kB 00:00 2024-01-16T17:05:25.111 INFO:teuthology.orchestra.run.smithi192.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 836 kB/s | 70 kB 00:00 2024-01-16T17:05:25.138 INFO:teuthology.orchestra.run.smithi053.stdout:(9/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.8 MB/s | 3.9 MB 00:00 2024-01-16T17:05:25.161 INFO:teuthology.orchestra.run.smithi192.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 765 kB/s | 70 kB 00:00 2024-01-16T17:05:25.355 INFO:teuthology.orchestra.run.smithi053.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 243 kB/s | 53 kB 00:00 2024-01-16T17:05:25.378 INFO:teuthology.orchestra.run.smithi192.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 258 kB/s | 56 kB 00:00 2024-01-16T17:05:25.428 INFO:teuthology.orchestra.run.smithi192.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 9.7 MB/s | 3.1 MB 00:00 2024-01-16T17:05:25.430 INFO:teuthology.orchestra.run.smithi053.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.1 MB/s | 2.5 MB 00:00 2024-01-16T17:05:25.572 INFO:teuthology.orchestra.run.smithi053.stdout:(12/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2024-01-16T17:05:25.597 INFO:teuthology.orchestra.run.smithi053.stdout:(13/22): yajl-2.1.0-12.el8.x86_64.rpm 169 kB/s | 41 kB 00:00 2024-01-16T17:05:25.623 INFO:teuthology.orchestra.run.smithi053.stdout:(14/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 299 kB/s | 57 kB 00:00 2024-01-16T17:05:25.648 INFO:teuthology.orchestra.run.smithi053.stdout:(15/22): container-selinux-2.224.0-1.module_el8 928 kB/s | 70 kB 00:00 2024-01-16T17:05:25.681 INFO:teuthology.orchestra.run.smithi053.stdout:(16/22): containers-common-1-57.module_el8+712+ 2.4 MB/s | 144 kB 00:00 2024-01-16T17:05:25.732 INFO:teuthology.orchestra.run.smithi053.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 6.6 MB/s | 564 kB 00:00 2024-01-16T17:05:25.757 INFO:teuthology.orchestra.run.smithi053.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 929 kB/s | 70 kB 00:00 2024-01-16T17:05:25.778 INFO:teuthology.orchestra.run.smithi192.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 23 MB/s | 21 MB 00:00 2024-01-16T17:05:25.779 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2024-01-16T17:05:25.779 INFO:teuthology.orchestra.run.smithi192.stdout:Total 24 MB/s | 52 MB 00:02 2024-01-16T17:05:25.782 INFO:teuthology.orchestra.run.smithi053.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.4 MB/s | 70 kB 00:00 2024-01-16T17:05:25.841 INFO:teuthology.orchestra.run.smithi053.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 959 kB/s | 56 kB 00:00 2024-01-16T17:05:25.941 INFO:teuthology.orchestra.run.smithi053.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 17 MB/s | 3.1 MB 00:00 2024-01-16T17:05:26.275 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2024-01-16T17:05:26.321 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2024-01-16T17:05:26.321 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2024-01-16T17:05:26.774 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2024-01-16T17:05:26.778 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2024-01-16T17:05:26.967 INFO:teuthology.orchestra.run.smithi053.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 16 MB/s | 21 MB 00:01 2024-01-16T17:05:26.967 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-01-16T17:05:26.967 INFO:teuthology.orchestra.run.smithi053.stdout:Total 18 MB/s | 52 MB 00:02 2024-01-16T17:05:27.482 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-01-16T17:05:27.533 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-01-16T17:05:27.533 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-01-16T17:05:28.000 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2024-01-16T17:05:28.039 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-01-16T17:05:28.042 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-01-16T17:05:28.093 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-16T17:05:28.259 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-16T17:05:28.287 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:28.486 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:29.330 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-01-16T17:05:29.406 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-16T17:05:29.613 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-16T17:05:29.638 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:29.880 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:46.573 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:46.797 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-16T17:05:46.958 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T17:05:47.123 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T17:05:47.308 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T17:05:47.483 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T17:05:48.942 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T17:05:49.168 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-16T17:05:49.246 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T17:05:49.356 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T17:05:49.457 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-16T17:05:49.584 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T17:05:49.685 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-16T17:05:49.780 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T17:05:49.863 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T17:05:49.944 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T17:05:50.101 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-16T17:05:50.265 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-16T17:05:50.534 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-16T17:05:51.110 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-16T17:05:51.818 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T17:05:52.010 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-16T17:05:52.081 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-16T17:05:52.231 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-16T17:05:52.328 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-16T17:05:52.493 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T17:05:52.767 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-16T17:05:52.936 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-16T17:05:53.256 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-16T17:05:53.277 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-16T17:05:53.642 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-16T17:05:53.835 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-16T17:05:53.846 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-16T17:05:54.022 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-16T17:05:54.244 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-16T17:05:54.408 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-16T17:05:54.580 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-16T17:05:54.758 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-16T17:05:54.933 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-16T17:05:54.933 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T17:05:55.021 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-16T17:05:55.117 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T17:05:55.314 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-16T17:05:55.329 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-16T17:05:55.466 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-16T17:05:55.641 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-16T17:05:55.841 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-16T17:05:56.024 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T17:05:56.281 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-16T17:05:56.658 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-16T17:05:56.881 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-16T17:05:57.075 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-16T17:05:57.384 INFO:teuthology.orchestra.run.smithi053.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-16T17:05:57.553 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-16T17:05:57.742 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-16T17:05:57.961 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-16T17:05:58.110 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-16T17:05:58.111 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T17:05:58.295 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T17:05:58.493 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-16T17:05:58.694 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-16T17:05:58.864 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-16T17:05:59.068 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-16T17:05:59.260 INFO:teuthology.orchestra.run.smithi053.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T17:06:15.173 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-16T17:06:15.637 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T17:06:15.637 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-16T17:06:15.637 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-16T17:06:15.637 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-16T17:06:15.638 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-16T17:06:15.639 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-16T17:06:16.710 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.711 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:06:16.712 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2024-01-16T17:06:17.013 DEBUG:teuthology.parallel:result is None 2024-01-16T17:06:19.683 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T17:06:20.204 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-16T17:06:20.205 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-16T17:06:20.206 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-16T17:06:20.206 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-16T17:06:20.206 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-16T17:06:20.206 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-16T17:06:20.207 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-16T17:06:20.207 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-16T17:06:20.207 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-16T17:06:20.207 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-16T17:06:20.207 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-16T17:06:21.282 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-16T17:06:21.282 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:06:21.282 INFO:teuthology.orchestra.run.smithi053.stdout:Upgraded: 2024-01-16T17:06:21.282 INFO:teuthology.orchestra.run.smithi053.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.282 INFO:teuthology.orchestra.run.smithi053.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:21.283 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:06:21.284 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-01-16T17:06:21.644 DEBUG:teuthology.parallel:result is None 2024-01-16T17:06:21.644 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T17:06:21.709 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-16T17:06:21.710 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-01-16T17:06:21.710 INFO:tasks.cephadm:Cluster fsid is 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:21.710 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T17:06:21.710 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.53', 'mon.c': '[v2:172.21.15.53:3301,v1:172.21.15.53:6790]', 'mon.b': '172.21.15.192'} 2024-01-16T17:06:21.710 INFO:tasks.cephadm:First mon is mon.a on smithi053 2024-01-16T17:06:21.711 INFO:tasks.cephadm:First mgr is y 2024-01-16T17:06:21.711 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T17:06:21.711 DEBUG:teuthology.orchestra.run.smithi053:> sudo hostname $(hostname -s) 2024-01-16T17:06:21.741 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-01-16T17:06:21.774 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-01-16T17:06:21.775 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:06:22.090 INFO:teuthology.orchestra.run.smithi053.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 16 17:06 /home/ubuntu/cephtest/cephadm 2024-01-16T17:06:22.090 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:06:22.247 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 16 17:06 /home/ubuntu/cephtest/cephadm 2024-01-16T17:06:22.247 DEBUG:teuthology.orchestra.run.smithi053:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T17:06:22.268 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T17:06:22.300 DEBUG:teuthology.orchestra.run.smithi053:> sudo mkdir -p /etc/ceph 2024-01-16T17:06:22.337 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-01-16T17:06:22.368 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 777 /etc/ceph 2024-01-16T17:06:22.405 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-01-16T17:06:22.438 INFO:tasks.cephadm:Writing seed config... 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T17:06:22.439 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T17:06:22.440 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:06:22.440 DEBUG:teuthology.orchestra.run.smithi053:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T17:06:22.463 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 = 928e0b48-b491-11ee-95ae-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-16T17:06:22.464 DEBUG:teuthology.orchestra.run.smithi053:mon.a> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service 2024-01-16T17:06:22.505 DEBUG:teuthology.orchestra.run.smithi053:mgr.y> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service 2024-01-16T17:06:22.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:06:22.534 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T17:06:22.534 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.53 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:06:22.560 INFO:journalctl@ceph.mgr.y.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:06:22.682 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-01-16T17:06:22.683 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-01-16T17:06:22.683 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-01-16T17:06:22.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-16T17:06:22.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T17:06:22.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-16T17:06:22.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T17:06:22.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-16T17:06:22.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-16T17:06:22.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Repeating the final host check... 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:systemctl is present 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:lvcreate is present 2024-01-16T17:06:22.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-16T17:06:22.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T17:06:22.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-16T17:06:22.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T17:06:22.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-16T17:06:22.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-16T17:06:22.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Host looks OK 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:root:Cluster fsid: 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Acquiring lock 139788933565688 on /run/cephadm/928e0b48-b491-11ee-95ae-87774f69a715.lock 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Lock 139788933565688 acquired on /run/cephadm/928e0b48-b491-11ee-95ae-87774f69a715.lock 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Verifying IP 172.21.15.53 port 3300 ... 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Verifying IP 172.21.15.53 port 6789 ... 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.53, final addrv is [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-01-16T17:06:22.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-01-16T17:06:22.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.53 metric 100 2024-01-16T17:06:22.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.53 metric 100 2024-01-16T17:06:22.727 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Mon IP 172.21.15.53 is in CIDR network 172.21.0.0/20 2024-01-16T17:06:22.728 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-01-16T17:06:22.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-01-16T17:06:24.375 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-01-16T17:06:30.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-01-16T17:06:30.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-01-16T17:06:30.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-01-16T17:06:43.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-16T17:06:43.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-01-16T17:06:44.316 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-16T17:06:44.328 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-01-16T17:06:44.328 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-01-16T17:06:44.329 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-01-16T17:06:44.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-01-16T17:06:45.074 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Creating initial keys... 2024-01-16T17:06:45.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T17:06:45.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T17:06:45.383 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQClt6ZlKevfFhAAlJndPUrqybWZcttyr/lNZA== 2024-01-16T17:06:45.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T17:06:45.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T17:06:45.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQClt6ZlsxScOhAA8aUs2XlkYVM0nVx03Qr0zg== 2024-01-16T17:06:46.321 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T17:06:46.321 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T17:06:46.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCmt6ZlQgnTIRAAdKRKtky4XkBS3iSBTD4NhA== 2024-01-16T17:06:46.904 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Creating initial monmap... 2024-01-16T17:06:46.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/tmp/ceph-tmpww_g6z4p:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '928e0b48-b491-11ee-95ae-87774f69a715', '--addv', 'a', '[v2:172.21.15.53:3300,v1:172.21.15.53:6789]', '/tmp/monmap'] 2024-01-16T17:06:46.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /tmp/ceph-tmpww_g6z4p:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --addv a [v2:172.21.15.53:3300,v1:172.21.15.53:6789] /tmp/monmap 2024-01-16T17:06:47.176 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T17:06:47.176 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:47.176 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T17:06:47.529 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Creating mon... 2024-01-16T17:06:47.530 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmp6twji_dq:/tmp/keyring:z', '-v', '/tmp/ceph-tmpww_g6z4p:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '928e0b48-b491-11ee-95ae-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--setuser', 'ceph', '--setgroup', 'ceph', '--default-log-to-file=false', '--default-log-to-stderr=true', '--default-log-stderr-prefix="debug "', '--default-mon-cluster-log-to-file=false', '--default-mon-cluster-log-to-stderr=true'] 2024-01-16T17:06:47.530 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp6twji_dq:/tmp/keyring:z -v /tmp/ceph-tmpww_g6z4p:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix="debug " --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-16T17:06:47.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T17:06:47.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 1 imported monmap: 2024-01-16T17:06:47.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-01-16T17:06:47.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-01-16T17:06:47.180009+0000 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-01-16T17:06:47.180009+0000 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon.a 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 /usr/bin/ceph-mon: set fsid to 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option compression = kNoCompression 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option compression = kNoCompression 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.807+0000 7fdc275326c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T17:06:47.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Compile date Mar 23 2020 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: DB SUMMARY 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.error_if_exists: 0 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.create_if_missing: 1 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.env: 0x558475d2a1a0 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.info_log: 0x558477a55a80 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.statistics: (nil) 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.use_fsync: 0 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T17:06:47.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.db_log_dir: 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T17:06:47.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.write_buffer_manager: 0x5584785f4120 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T17:06:47.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.row_cache: None 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.wal_filter: None 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.two_write_queues: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.atomic_flush: 0 2024-01-16T17:06:47.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.max_open_files: -1 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Compression algorithms supported: 2024-01-16T17:06:47.830 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kZSTD supported: 0 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kXpressCompression supported: 0 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kZlibCompression supported: 1 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.808+0000 7fdc275326c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-16T17:06:47.831 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.merge_operator: 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_filter: None 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55847797a130) 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-01-16T17:06:47.832 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x5584779b4510 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-01-16T17:06:47.833 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression: NoCompression 2024-01-16T17:06:47.834 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.num_levels: 7 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T17:06:47.835 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T17:06:47.836 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T17:06:47.837 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.table_properties_collectors: 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T17:06:47.838 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.bloom_locality: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: Options.ttl: 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 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-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.809+0000 7fdc275326c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.810+0000 7fdc275326c0 4 rocksdb: DB pointer 0x558477a50400 2024-01-16T17:06:47.839 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.810+0000 7fdc106f3700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.810+0000 7fdc106f3700 4 rocksdb: [db/db_impl.cc:778] 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.840 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.841 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:47.842 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.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-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.812+0000 7fdc275326c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.812+0000 7fdc275326c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-16T17:06:47.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T17:06:47.812+0000 7fdc275326c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-01-16T17:06:48.167 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:48.171 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-01-16T17:06:48.262 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-01-16T17:06:48.270 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T17:06:48.352 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-01-16T17:06:48.359 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-928e0b48-b491-11ee-95ae-87774f69a715.target 2024-01-16T17:06:48.364 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target. 2024-01-16T17:06:48.365 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target. 2024-01-16T17:06:48.446 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl start ceph-928e0b48-b491-11ee-95ae-87774f69a715.target 2024-01-16T17:06:48.471 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-16T17:06:48.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:06:48.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:06:48.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service: Unit ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service not loaded. 2024-01-16T17:06:48.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:06:48.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target.wants/ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service → /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715@.service. 2024-01-16T17:06:48.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl start ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:06:48.711 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:48 smithi053 systemd[1]: Starting Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:06:48.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-16T17:06:48.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-16T17:06:48.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-16T17:06:48.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T17:06:48.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-16T17:06:48.746 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for mon to start... 2024-01-16T17:06:48.747 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for mon... 2024-01-16T17:06:48.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-01-16T17:06:48.975 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:48 smithi053 podman[63627]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-16T17:06:48.975 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:48 smithi053 systemd[1]: Started Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:06:49.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:49 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.105622+0000 mon.a (mon.0) 0 : [INF] mkfs 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:49.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:49 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.090513+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T17:06:49.302 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-01-16T17:06:49.302 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:49.302 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-01-16T17:06:49.302 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:49.302 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.212249s) 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-01-16T17:06:49.303 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:49.705 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-01-16T17:06:49.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-16T17:06:49.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.53:3300,v1:172.21.15.53:6789] 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-01-16T17:06:50.178 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-01-16T17:06:50.179 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.105201+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.105316+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.106719+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.108254+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: cluster 2024-01-16T17:06:49.108585+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T17:06:50.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:50 smithi053 bash[63643]: audit 2024-01-16T17:06:49.317421+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.53:0/372448917' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T17:06:50.542 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-01-16T17:06:50.542 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-16T17:06:50.543 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2024-01-16T17:06:51.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 bash[63643]: audit 2024-01-16T17:06:50.187918+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.53:0/1147727863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T17:06:51.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 bash[63643]: audit 2024-01-16T17:06:50.190435+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.53:0/1147727863' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T17:06:51.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 bash[63643]: audit 2024-01-16T17:06:50.979138+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.53:0/1716253992' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:06:51.301 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Restarting the monitor... 2024-01-16T17:06:51.301 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:06:51.708 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 systemd[1]: Stopping Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:06:51.708 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 bash[63643]: debug 2024-01-16T17:06:51.393+0000 7f6097062700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:06:51.708 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 bash[63643]: debug 2024-01-16T17:06:51.393+0000 7f6097062700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T17:06:51.973 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 podman[63970]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mon.a 2024-01-16T17:06:52.013 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Setting mon public_network... 2024-01-16T17:06:52.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/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-16T17:06:52.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/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-16T17:06:52.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service: Succeeded. 2024-01-16T17:06:52.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 systemd[1]: Stopped Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:06:52.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:51 smithi053 systemd[1]: Starting Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:06:52.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 podman[64011]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-16T17:06:52.228 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 systemd[1]: Started Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.330+0000 7fcaa8c456c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.330+0000 7fcaa8c456c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.330+0000 7fcaa8c456c0 0 pidfile_write: ignore empty --pid-file 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 load: jerasure load: lrc load: isa 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option compression = kNoCompression 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option compression = kNoCompression 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T17:06:52.518 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.337+0000 7fcaa8c456c0 1 rocksdb: do_open column families: [default] 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Compile date Mar 23 2020 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: DB SUMMARY 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: CURRENT file: CURRENT 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64599 ; 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.error_if_exists: 0 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.create_if_missing: 0 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.env: 0x5642a25fc1a0 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.info_log: 0x5642a3c9a9a0 2024-01-16T17:06:52.519 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.statistics: (nil) 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.use_fsync: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.db_log_dir: 2024-01-16T17:06:52.520 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.write_buffer_manager: 0x5642a4832ae0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T17:06:52.521 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.row_cache: None 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.wal_filter: None 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.two_write_queues: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.atomic_flush: 0 2024-01-16T17:06:52.522 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_open_files: -1 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Compression algorithms supported: 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T17:06:52.523 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kZSTD supported: 0 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kXpressCompression supported: 0 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kZlibCompression supported: 1 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.merge_operator: 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_filter: None 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T17:06:52.524 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5642a3bb6138) 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cache_index_and_filter_blocks: 1 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: pin_top_level_index_and_filter: 1 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: index_type: 0 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: data_block_index_type: 0 2024-01-16T17:06:52.525 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: hash_index_allow_collision: 1 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: checksum: 1 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: no_block_cache: 0 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_cache: 0x5642a3bf0610 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_cache_name: BinnedLRUCache 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_cache_options: 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: capacity : 536870912 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: num_shard_bits : 4 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: strict_capacity_limit : 0 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: high_pri_pool_ratio: 0.000 2024-01-16T17:06:52.526 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_cache_compressed: (nil) 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: persistent_cache: (nil) 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_size: 4096 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_size_deviation: 10 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_restart_interval: 16 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: index_block_restart_interval: 1 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: metadata_block_size: 4096 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: partition_filters: 0 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: use_delta_encoding: 1 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: whole_key_filtering: 1 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: verify_compression: 0 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: read_amp_bytes_per_bit: 0 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: format_version: 2 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: enable_index_compression: 1 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: block_align: 0 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T17:06:52.527 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression: NoCompression 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.num_levels: 7 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T17:06:52.528 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T17:06:52.529 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T17:06:52.530 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.table_properties_collectors: 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.bloom_locality: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T17:06:52.531 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.338+0000 7fcaa8c456c0 4 rocksdb: Options.ttl: 0 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.339+0000 7fcaa8c456c0 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-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.339+0000 7fcaa8c456c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.339+0000 7fcaa8c456c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705424812341387, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.339+0000 7fcaa8c456c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.340+0000 7fcaa8c456c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705424812342651, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61841, "table_properties": {"data_size": 60163, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55237, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.340+0000 7fcaa8c456c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.341+0000 7fcaa8c456c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705424812343100, "job": 1, "event": "recovery_finished"} 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.342+0000 7fcaa8c456c0 4 rocksdb: DB pointer 0x5642a3c8b200 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.342+0000 7fca8fd92700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.342+0000 7fca8fd92700 4 rocksdb: [db/db_impl.cc:778] 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** DB Stats ** 2024-01-16T17:06:52.532 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** Compaction Stats [default] ** 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** Compaction Stats [default] ** 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:52.533 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Cumulative compaction: 0.00 GB write, 16.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Interval compaction: 0.00 GB write, 16.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** Compaction Stats [default] ** 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.534 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** Compaction Stats [default] ** 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 75.8 0.00 0.00 1 0.001 0 0 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: Cumulative compaction: 0.00 GB write, 16.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.342+0000 7fcaa8c456c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] at bind addrs [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.343+0000 7fcaa8c456c0 1 mon.a@-1(???) e1 preinit fsid 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.343+0000 7fcaa8c456c0 0 mon.a@-1(???).mds e1 new map 2024-01-16T17:06:52.535 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.343+0000 7fcaa8c456c0 0 mon.a@-1(???).mds e1 print_map 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: e1 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 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-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: legacy client fscid: -1 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: No filesystems configured 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.344+0000 7fcaa8c456c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.344+0000 7fcaa8c456c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.344+0000 7fcaa8c456c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: audit 2024-01-16T17:06:50.187918+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.53:0/1147727863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: audit 2024-01-16T17:06:50.190435+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.53:0/1147727863' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: audit 2024-01-16T17:06:50.979138+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.53:0/1716253992' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.344+0000 7fcaa8c456c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expand map: {default=false} 2024-01-16T17:06:52.536 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta from 'false' to 'false' 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expanded map: {default=false} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expand map: {default=info} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta from 'info' to 'info' 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expanded map: {default=info} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expand map: {default=daemon} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expanded map: {default=daemon} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expand map: {default=debug} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta from 'debug' to 'debug' 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: debug 2024-01-16T17:06:52.345+0000 7fcaa8c456c0 20 expand_channel_meta expanded map: {default=debug} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cluster 2024-01-16T17:06:52.361456+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cluster 2024-01-16T17:06:52.361501+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0]} 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cluster 2024-01-16T17:06:52.361531+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cluster 2024-01-16T17:06:52.361556+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T17:06:52.537 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:52 smithi053 bash[64029]: cluster 2024-01-16T17:06:52.361832+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T17:06:52.925 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Creating mgr... 2024-01-16T17:06:52.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-16T17:06:53.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y 2024-01-16T17:06:53.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y 2024-01-16T17:06:53.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service: Unit ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service not loaded. 2024-01-16T17:06:53.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y 2024-01-16T17:06:53.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715.target.wants/ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-928e0b48-b491-11ee-95ae-87774f69a715@.service. 2024-01-16T17:06:53.162 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl start ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y 2024-01-16T17:06:53.168 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:06:53 smithi053 systemd[1]: Starting Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:06:53.198 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-16T17:06:53.206 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-16T17:06:53.206 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-16T17:06:53.213 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T17:06:53.214 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for mgr to start... 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for mgr... 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T17:06:53.215 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T17:06:53.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:53 smithi053 bash[64029]: audit 2024-01-16T17:06:52.597044+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.53:0/3396007005' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-01-16T17:06:53.430 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:53 smithi053 bash[64029]: audit 2024-01-16T17:06:52.598892+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.53:0/3396007005' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-01-16T17:06:53.430 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:06:53 smithi053 podman[64245]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.y" found: no such container 2024-01-16T17:06:53.430 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:06:53 smithi053 systemd[1]: Started Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "928e0b48-b491-11ee-95ae-87774f69a715", 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T17:06:53.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:53.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T17:06:53.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:53.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T17:06:49.105989+0000", 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T17:06:53.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:06:54.134 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-01-16T17:06:54.767 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:54 smithi053 bash[64029]: audit 2024-01-16T17:06:53.760269+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.53:0/1932473506' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T17:06:55.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T17:06:55.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "928e0b48-b491-11ee-95ae-87774f69a715", 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T17:06:55.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T17:06:55.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T17:06:55.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T17:06:49.105989+0000", 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:55.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:55.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T17:06:55.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:06:56.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:55 smithi053 bash[64029]: audit 2024-01-16T17:06:55.751013+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.53:0/4178500656' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T17:06:56.108 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-01-16T17:06:57.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T17:06:57.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "928e0b48-b491-11ee-95ae-87774f69a715", 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T17:06:57.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 2, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T17:06:57.845 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:57.846 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:57.847 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T17:06:49.105989+0000", 2024-01-16T17:06:57.848 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:57.848 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:57.848 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T17:06:57.848 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:06:58.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: cluster 2024-01-16T17:06:57.304811+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-01-16T17:06:58.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: cluster 2024-01-16T17:06:57.307291+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00258437s) 2024-01-16T17:06:58.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: audit 2024-01-16T17:06:57.308030+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:06:58.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: audit 2024-01-16T17:06:57.308128+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:06:58.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: audit 2024-01-16T17:06:57.308221+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:06:58.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: audit 2024-01-16T17:06:57.308567+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:06:58.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: audit 2024-01-16T17:06:57.308780+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:06:58.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:57 smithi053 bash[64029]: cluster 2024-01-16T17:06:57.322225+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-01-16T17:06:58.208 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.332396+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.764916+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: cluster 2024-01-16T17:06:57.764956+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.767625+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.774880+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"123d66f9-bd86-47fd-8848-573695c6d7ae"}]: dispatch 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.776683+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"123d66f9-bd86-47fd-8848-573695c6d7ae"}]': finished 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.777055+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"8f12f2c1-9c94-4981-8c5a-40fbc1ed5740"}]: dispatch 2024-01-16T17:06:59.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.778679+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"8f12f2c1-9c94-4981-8c5a-40fbc1ed5740"}]': finished 2024-01-16T17:06:59.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: audit 2024-01-16T17:06:57.854290+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.53:0/413996786' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T17:06:59.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:58 smithi053 bash[64029]: cluster 2024-01-16T17:06:58.309423+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00472s) 2024-01-16T17:06:59.209 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T17:06:59.209 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T17:06:59.878 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T17:06:59.878 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:06:59.878 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "928e0b48-b491-11ee-95ae-87774f69a715", 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T17:06:59.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T17:06:59.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T17:06:59.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T17:06:49.105989+0000", 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T17:06:59.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:00.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:59 smithi053 bash[64029]: audit 2024-01-16T17:06:58.769983+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.53:0/3483094912' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T17:07:00.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:59 smithi053 bash[64029]: cluster 2024-01-16T17:06:58.770028+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T17:07:00.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:59 smithi053 bash[64029]: audit 2024-01-16T17:06:58.772349+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T17:07:00.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:06:59 smithi053 bash[64029]: audit 2024-01-16T17:06:59.677776+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T17:07:00.300 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Enabling cephadm module... 2024-01-16T17:07:00.300 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-01-16T17:07:00.300 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-01-16T17:07:01.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:00 smithi053 bash[64029]: cluster 2024-01-16T17:06:59.771720+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-01-16T17:07:01.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:00 smithi053 bash[64029]: audit 2024-01-16T17:06:59.890132+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.53:0/1626003950' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T17:07:02.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:01 smithi053 bash[64029]: audit 2024-01-16T17:07:00.817772+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.53:0/3275327296' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T17:07:02.017 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:01 smithi053 bash[64261]: ignoring --setuser ceph since I am not root 2024-01-16T17:07:02.017 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:01 smithi053 bash[64261]: ignoring --setgroup ceph since I am not root 2024-01-16T17:07:02.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-16T17:07:02.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-16T17:07:02.878 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:6800", 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3766233506 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:6801", 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3766233506 2024-01-16T17:07:02.879 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.53:6801/3766233506", 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-16T17:06:57.304697+0000", 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.880 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.881 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.882 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.883 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.884 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.885 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.886 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.887 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-16T17:07:02.888 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.889 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.890 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.891 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.892 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-16T17:07:02.893 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.894 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.895 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T17:07:02.896 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.897 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.898 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-16T17:07:02.899 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.900 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.901 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.902 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.903 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.904 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-16T17:07:02.905 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.906 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.907 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.908 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:02.909 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.910 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.912 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.913 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.914 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.915 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.916 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.917 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.918 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.919 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.920 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-16T17:07:02.921 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.922 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.923 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.924 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.925 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.926 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.927 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.928 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.929 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.930 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.931 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.932 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-16T17:07:02.933 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.934 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.935 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.936 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.937 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-16T17:07:02.938 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.939 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.940 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.941 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.942 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.943 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-16T17:07:02.944 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.945 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.946 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.947 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.948 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.949 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-16T17:07:02.950 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.951 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.952 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-16T17:07:02.953 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.954 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.955 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.956 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-16T17:07:02.957 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.958 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.959 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.960 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.961 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-16T17:07:02.962 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.963 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.964 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:02.965 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.966 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.967 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.968 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.969 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.970 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.971 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.972 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.973 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.974 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-16T17:07:02.976 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.977 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.978 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.979 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.980 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.981 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.982 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.983 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.984 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.985 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.986 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.987 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-16T17:07:02.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.989 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-16T17:07:02.990 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.991 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:02.992 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.993 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:02.994 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.995 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.996 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:02.997 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.998 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:02.999 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.000 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.001 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.002 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.003 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.004 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.005 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.006 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.007 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.008 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.009 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.010 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.011 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.012 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T17:07:03.013 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.014 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.015 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.016 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.017 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.018 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.019 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.020 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.021 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.022 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.023 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.024 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T17:07:03.025 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.026 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.027 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.028 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.029 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.030 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.031 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.032 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.033 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.034 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.035 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.036 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.037 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-16T17:07:03.038 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.039 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.040 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.041 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.042 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.043 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.044 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.045 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.046 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.047 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.048 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.049 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.050 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.051 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.052 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.053 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.054 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.055 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.056 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:03.057 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.058 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.059 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.060 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.061 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.062 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.063 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.064 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.065 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.066 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.067 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.068 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.069 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.070 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.071 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.072 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.073 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.074 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.075 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.076 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.077 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.078 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-16T17:07:03.079 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-16T17:07:03.080 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.081 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.082 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.084 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.085 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.086 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:03.087 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.088 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.089 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.090 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.091 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.092 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.093 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.094 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.095 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.096 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.097 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.098 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.099 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-16T17:07:03.100 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.101 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.102 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.103 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.104 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-16T17:07:03.105 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.106 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.107 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.108 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.109 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.110 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.111 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.112 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.113 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.114 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.115 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.116 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.117 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-16T17:07:03.118 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.119 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:03.120 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.121 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.122 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-16T17:07:03.123 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.124 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-16T17:07:03.125 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.126 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.127 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.128 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.129 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.130 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.131 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.132 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.133 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.134 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.135 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.136 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.137 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.138 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.139 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.140 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.141 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.142 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.143 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.144 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.145 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:03.146 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.147 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.148 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.149 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.150 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.151 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.152 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:03.153 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-16T17:07:03.154 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-16T17:07:03.155 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:0", 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2983969712 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.156 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:0", 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1526781814 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:0", 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3270787197 2024-01-16T17:07:03.157 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.158 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:03.158 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.158 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:03.158 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.158 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:03.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:02 smithi053 bash[64029]: audit 2024-01-16T17:07:01.777764+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.53:0/3275327296' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T17:07:03.158 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:02 smithi053 bash[64029]: cluster 2024-01-16T17:07:01.777808+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-01-16T17:07:03.159 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:02 smithi053 bash[64029]: audit 2024-01-16T17:07:02.667891+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.53:0/2012935351' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-16T17:07:03.159 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-16T17:07:03.159 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-01-16T17:07:03.159 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-16T17:07:03.159 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-16T17:07:06.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:06.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-01-16T17:07:06.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-16T17:07:06.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: cluster 2024-01-16T17:07:05.604618+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: cluster 2024-01-16T17:07:05.605156+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: cluster 2024-01-16T17:07:05.606835+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: cluster 2024-01-16T17:07:05.657264+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0522126s) 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.658743+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.659469+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.659583+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.659709+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.659987+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.660475+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:07:07.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.660680+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:07:07.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: cluster 2024-01-16T17:07:05.674037+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-01-16T17:07:07.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:05.694972+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T17:07:07.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:06 smithi053 bash[64029]: audit 2024-01-16T17:07:06.568838+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T17:07:08.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:07 smithi053 bash[64029]: cluster 2024-01-16T17:07:06.659417+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.05436s) 2024-01-16T17:07:08.207 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-01-16T17:07:08.208 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-01-16T17:07:08.208 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-01-16T17:07:08.970 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:08 smithi053 bash[64029]: cluster 2024-01-16T17:07:07.661798+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-01-16T17:07:09.299 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Generating ssh key... 2024-01-16T17:07:09.299 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-01-16T17:07:09.299 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-01-16T17:07:10.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:09 smithi053 bash[64029]: audit 2024-01-16T17:07:08.947967+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-01-16T17:07:10.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:09 smithi053 bash[64029]: audit 2024-01-16T17:07:08.950471+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: Generating public/private rsa key pair. 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: Your identification has been saved in /tmp/tmpi7evq4gw/key. 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: Your public key has been saved in /tmp/tmpi7evq4gw/key.pub. 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: The key fingerprint is: 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: SHA256:1Pv+Ixr6g1b1NqQDAa8sappF+R7sresXe0jimAISjeQ ceph-928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: The key's randomart image is: 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: +---[RSA 3072]----+ 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: | .. | 2024-01-16T17:07:10.334 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: | . o. | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: |oo . o. | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: |oE. . o .... . | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: | . o . S .o + | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: |o . +..o ..o + | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: |.. +++o *. .o . | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: | .=oo.o*.oo. . | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: | o. .*=oooo.o.. | 2024-01-16T17:07:10.335 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64261]: +----[SHA256]-----+ 2024-01-16T17:07:10.398 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-01-16T17:07:10.398 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-01-16T17:07:10.911 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:07:10.943 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64029]: audit 2024-01-16T17:07:08.946787+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-16T17:07:10.943 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64029]: audit 2024-01-16T17:07:10.056263+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA3UsiHt3gZ5QJOtHBsKJjwT7LA8HSzIksVITaTv2El9CyVCTrB8Nz\nKNs3iYgb61R/DJ8pInZoO0YeqPDnHsxKnXCyO70uBaMiCVcrIn/BcryzB6iMtxaBaqKFPb\nUXMMaZm+fk6UgMni68HvhP8grjjGG+Zz0QVgHQQhuRdogUIVZW7dP3u6dbuX7EbcFMLXUK\nrL0JHli0RBpFItR3tWH4H2+GHApH4wqAUtIJMu8Q2hXrmORzUtIZ4L0u9rMdWgxo9+x4Ux\n3PXIxQD3t8WjvPdT/xGKrS1fTd6/3XKDvtRq9R4kGjhsL2aygL7rx5HMqBeHw2Vt2H0aBN\noOrHZBdfcxWowT1F3s+rt/aVNctqnwzJAPP4Jm/QQuVz4frzyOiNCTgZXokWvmHPs0WaDS\nLFAl18PuP7hdRTTHGtSsOUsPyN5+5TTH+2wqWjPDz/Jac2TLTEStmFJrWA54WCbwvBMrnW\nvC0dnDr+rca9V9F8ljq98Ok5FMcaNid+7frJYKpxAAAFoMEQBfnBEAX5AAAAB3NzaC1yc2\nEAAAGBAN1LIh7d4GeUCTrRwbCiY8E+ywPB0syJLFSE2k79hJfQslQk6wfDcyjbN4mIG+tU\nfwyfKSJ2aDtGHqjw5x7MSp1wsju9LgWjIglXKyJ/wXK8sweojLcWgWqihT21FzDGmZvn5O\nlIDJ4uvB74T/IK44xhvmc9EFYB0EIbkXaIFCFWVu3T97unW7l+xG3BTC11Cqy9CR5YtEQa\nRSLUd7Vh+B9vhhwKR+MKgFLSCTLvENoV65jkc1LSGeC9LvazHVoMaPfseFMdz1yMUA97fF\no7z3U/8Riq0tX03ev91yg77UavUeJBo4bC9msoC+68eRzKgXh8Nlbdh9GgTaDqx2QXX3MV\nqME9Rd7Pq7f2lTXLap8MyQDz+CZv0ELlc+H688jojQk4GV6JFr5hz7NFmg0ixQJdfD7j+4\nXUU0xxrUrDlLD8jefuU0x/tsKlozw8/yWnNky0xErZhSa1gOeFgm8LwTK51rwtHZw6/q3G\nvVfRfJY6vfDpORTHGjYnfu36yWCqcQAAAAMBAAEAAAGAHZwM/7ZObW2IYp9oXDsOP/An9+\nO6UfXUwaZZE5KmaC3bfpjF/e7v/LqATt2wZqeSrFyrg1n2jl/OgGpjcmKBZVmL76RbgROX\n3UoVknMnrjODfPXXhjPzsxH15BDT/onESfEYVwJ19cBpGXe+MrO0SLdXY7bu9aMee4n2x7\nZjgyZrUT04e5pkEojcvZbMm5R6jixpCO9zh11AfO2S6ukl6wbgGeZiQgXIr8w8wNzuE1A1\niuqeZ6mHHuQRYZ8LwV3BehdFBtLfJcbywlnjm00h4gM+tVE1hXjNbbBWTkYwnL85UqWU9v\nZERBXXnopHJiLedQSTqSngu798LaYXKRb6vz9i0OJevsHlT72yHgq1V5iFKn/wpBEgXA/l\nVJdMzLapni6g92Orucua+sJv89OCXtpvN6mdDYfynWEmbwJFYrId6cMgVXl+XID3uB2HU2\npu5yoN8rz6fCibnTtx2yjdBTW1cWqj3Or0fkRTvTBy+UO8+u0GRmZbmxkiK867QDZxAAAA\nwQDd9sUAo1p6+qnTroCfviUutAtRLwcpzm/OiCiU0slEK+2d/5E3feEJfSw5wS+jsFl1z5\np/I1a1jg1MNSxxGyEKfPVcUtbhsdSWUsLi4GY904vP4K4ynGjkAIbVXu+LJj8cKbPRuQm1\nH5i/1oxu3Pmo6y24IdTELCSWQfBE2xOfN6DYUJQd1QVarUqhg/M67Bfqi1ynRmAbgYKw8+\nwl9/XnYo0803SKtqYtrp43TMTkRadCnO+iS/jQy1GAH10R+TYAAADBAPZgr0Q8u3JSJvUu\noJjoFmlmLgfO2Am50zWtPy5eBGfWjjab+ofaPisU8PkyvcQaCwGmGm/b7Hd0ItI8O+ltb5\nPTfbfT/M5xYzTvDDg0R49l12o/12vx7/HDoKVwzekExAY1nssNzZcWnGWkJxsaI0+OQIuW\n/cQq+BsSGpSQkAyEQcjOrMX3tuWL5RpVQmWFsBwrZ3nIt/f8zQ3NZX5qZ/T7E1tJa+2Exa\nMa1vumjoD8sTtDwlTT3vonKnxg41pRbQAAAMEA5e+nXaWcZ+7EQj9fRHkV4NC4Vdi29ffe\ns+2CnhiuE3zjuqBUOvuo6c3O1wEdOJNeUwO/inm9/KiX15P77Z/tpZFW9yjlElWywizgyK\nrNZdYKSThmj0qv6H6IdQLaSqNJWh3btAOWiFL49qZ6jqyFBQZZVEevsCyqW1TkxU0TnqzF\nGqBr25Pi2FyPiWtFfuPUFxwsth83eRNEp/ioaPmgECcGMwYMBVXBMeJJogXZZJlyuOp41u\nDAZyhCUO+rBp6VAAAAKWNlcGgtOTI4ZTBiNDgtYjQ5MS0xMWVlLTk1YWUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-01-16T17:07:10.943 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64029]: audit 2024-01-16T17:07:10.058021+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA3UsiHt3gZ5QJOtHBsKJjwT7LA8HSzIksVITaTv2El9CyVCTrB8Nz\nKNs3iYgb61R/DJ8pInZoO0YeqPDnHsxKnXCyO70uBaMiCVcrIn/BcryzB6iMtxaBaqKFPb\nUXMMaZm+fk6UgMni68HvhP8grjjGG+Zz0QVgHQQhuRdogUIVZW7dP3u6dbuX7EbcFMLXUK\nrL0JHli0RBpFItR3tWH4H2+GHApH4wqAUtIJMu8Q2hXrmORzUtIZ4L0u9rMdWgxo9+x4Ux\n3PXIxQD3t8WjvPdT/xGKrS1fTd6/3XKDvtRq9R4kGjhsL2aygL7rx5HMqBeHw2Vt2H0aBN\noOrHZBdfcxWowT1F3s+rt/aVNctqnwzJAPP4Jm/QQuVz4frzyOiNCTgZXokWvmHPs0WaDS\nLFAl18PuP7hdRTTHGtSsOUsPyN5+5TTH+2wqWjPDz/Jac2TLTEStmFJrWA54WCbwvBMrnW\nvC0dnDr+rca9V9F8ljq98Ok5FMcaNid+7frJYKpxAAAFoMEQBfnBEAX5AAAAB3NzaC1yc2\nEAAAGBAN1LIh7d4GeUCTrRwbCiY8E+ywPB0syJLFSE2k79hJfQslQk6wfDcyjbN4mIG+tU\nfwyfKSJ2aDtGHqjw5x7MSp1wsju9LgWjIglXKyJ/wXK8sweojLcWgWqihT21FzDGmZvn5O\nlIDJ4uvB74T/IK44xhvmc9EFYB0EIbkXaIFCFWVu3T97unW7l+xG3BTC11Cqy9CR5YtEQa\nRSLUd7Vh+B9vhhwKR+MKgFLSCTLvENoV65jkc1LSGeC9LvazHVoMaPfseFMdz1yMUA97fF\no7z3U/8Riq0tX03ev91yg77UavUeJBo4bC9msoC+68eRzKgXh8Nlbdh9GgTaDqx2QXX3MV\nqME9Rd7Pq7f2lTXLap8MyQDz+CZv0ELlc+H688jojQk4GV6JFr5hz7NFmg0ixQJdfD7j+4\nXUU0xxrUrDlLD8jefuU0x/tsKlozw8/yWnNky0xErZhSa1gOeFgm8LwTK51rwtHZw6/q3G\nvVfRfJY6vfDpORTHGjYnfu36yWCqcQAAAAMBAAEAAAGAHZwM/7ZObW2IYp9oXDsOP/An9+\nO6UfXUwaZZE5KmaC3bfpjF/e7v/LqATt2wZqeSrFyrg1n2jl/OgGpjcmKBZVmL76RbgROX\n3UoVknMnrjODfPXXhjPzsxH15BDT/onESfEYVwJ19cBpGXe+MrO0SLdXY7bu9aMee4n2x7\nZjgyZrUT04e5pkEojcvZbMm5R6jixpCO9zh11AfO2S6ukl6wbgGeZiQgXIr8w8wNzuE1A1\niuqeZ6mHHuQRYZ8LwV3BehdFBtLfJcbywlnjm00h4gM+tVE1hXjNbbBWTkYwnL85UqWU9v\nZERBXXnopHJiLedQSTqSngu798LaYXKRb6vz9i0OJevsHlT72yHgq1V5iFKn/wpBEgXA/l\nVJdMzLapni6g92Orucua+sJv89OCXtpvN6mdDYfynWEmbwJFYrId6cMgVXl+XID3uB2HU2\npu5yoN8rz6fCibnTtx2yjdBTW1cWqj3Or0fkRTvTBy+UO8+u0GRmZbmxkiK867QDZxAAAA\nwQDd9sUAo1p6+qnTroCfviUutAtRLwcpzm/OiCiU0slEK+2d/5E3feEJfSw5wS+jsFl1z5\np/I1a1jg1MNSxxGyEKfPVcUtbhsdSWUsLi4GY904vP4K4ynGjkAIbVXu+LJj8cKbPRuQm1\nH5i/1oxu3Pmo6y24IdTELCSWQfBE2xOfN6DYUJQd1QVarUqhg/M67Bfqi1ynRmAbgYKw8+\nwl9/XnYo0803SKtqYtrp43TMTkRadCnO+iS/jQy1GAH10R+TYAAADBAPZgr0Q8u3JSJvUu\noJjoFmlmLgfO2Am50zWtPy5eBGfWjjab+ofaPisU8PkyvcQaCwGmGm/b7Hd0ItI8O+ltb5\nPTfbfT/M5xYzTvDDg0R49l12o/12vx7/HDoKVwzekExAY1nssNzZcWnGWkJxsaI0+OQIuW\n/cQq+BsSGpSQkAyEQcjOrMX3tuWL5RpVQmWFsBwrZ3nIt/f8zQ3NZX5qZ/T7E1tJa+2Exa\nMa1vumjoD8sTtDwlTT3vonKnxg41pRbQAAAMEA5e+nXaWcZ+7EQj9fRHkV4NC4Vdi29ffe\ns+2CnhiuE3zjuqBUOvuo6c3O1wEdOJNeUwO/inm9/KiX15P77Z/tpZFW9yjlElWywizgyK\nrNZdYKSThmj0qv6H6IdQLaSqNJWh3btAOWiFL49qZ6jqyFBQZZVEevsCyqW1TkxU0TnqzF\nGqBr25Pi2FyPiWtFfuPUFxwsth83eRNEp/ioaPmgECcGMwYMBVXBMeJJogXZZJlyuOp41u\nDAZyhCUO+rBp6VAAAAKWNlcGgtOTI4ZTBiNDgtYjQ5MS0xMWVlLTk1YWUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-01-16T17:07:10.943 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64029]: audit 2024-01-16T17:07:10.058516+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715\n"}]: dispatch 2024-01-16T17:07:10.943 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:10 smithi053 bash[64029]: audit 2024-01-16T17:07:10.059707+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715\n"}]': finished 2024-01-16T17:07:11.274 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-16T17:07:11.275 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-01-16T17:07:11.275 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Adding host smithi053... 2024-01-16T17:07:11.275 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi053'] 2024-01-16T17:07:11.275 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi053 2024-01-16T17:07:11.896 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:11 smithi053 bash[64029]: audit 2024-01-16T17:07:09.832228+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-16T17:07:11.896 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:11 smithi053 bash[64029]: cephadm 2024-01-16T17:07:09.832451+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-01-16T17:07:11.896 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:11 smithi053 bash[64261]: Warning: Permanently added 'smithi053,172.21.15.53' (ECDSA) to the list of known hosts. 2024-01-16T17:07:12.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi053' 2024-01-16T17:07:12.937 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:10.928263+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-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:11.806386+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi053", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:12.307140+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"smithi053\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:12.308898+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"smithi053\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:12.536694+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:12.538455+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:07:12.938 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:12 smithi053 bash[64029]: audit 2024-01-16T17:07:12.538923+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:07:13.390 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Enabling the dashboard module... 2024-01-16T17:07:13.390 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-01-16T17:07:13.390 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-01-16T17:07:14.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:13 smithi053 bash[64029]: cephadm 2024-01-16T17:07:12.309407+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi053 2024-01-16T17:07:14.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:13 smithi053 bash[64029]: audit 2024-01-16T17:07:13.441587+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:13.439956\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:13.441069\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:13.441147\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:07:14.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:13 smithi053 bash[64029]: audit 2024-01-16T17:07:13.443266+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:13.439956\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:13.441069\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:13.441147\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:07:14.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:13 smithi053 bash[64029]: audit 2024-01-16T17:07:13.443728+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.53:0/1114418995' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:07:15.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:14 smithi053 bash[64029]: audit 2024-01-16T17:07:14.797468+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.53:0/3937799749' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T17:07:15.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:14 smithi053 bash[64261]: ignoring --setuser ceph since I am not root 2024-01-16T17:07:15.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:14 smithi053 bash[64261]: ignoring --setgroup ceph since I am not root 2024-01-16T17:07:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:15 smithi053 bash[64029]: audit 2024-01-16T17:07:14.850563+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.53:0/3937799749' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T17:07:16.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:15 smithi053 bash[64029]: cluster 2024-01-16T17:07:14.850607+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 9s) 2024-01-16T17:07:17.843 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-16T17:07:17.844 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-16T17:07:18.896 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:18 smithi053 bash[64261]: Warning: Permanently added 'smithi053,172.21.15.53' (ECDSA) to the list of known hosts. 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: cluster 2024-01-16T17:07:18.699527+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: cluster 2024-01-16T17:07:18.699914+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: cluster 2024-01-16T17:07:18.701586+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: cluster 2024-01-16T17:07:18.783736+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0838992s) 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.785068+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.785878+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.786080+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.786276+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.786571+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.787134+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:07:19.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.787351+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.787550+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.787754+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.787963+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.788156+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: cluster 2024-01-16T17:07:18.801334+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-01-16T17:07:19.826 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:19 smithi053 bash[64029]: audit 2024-01-16T17:07:18.825136+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 11, 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14142, 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.554 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:6800", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2407589890 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.53:6801", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2407589890 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.53:6801/2407589890", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-16T17:07:18.699828+0000", 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T17:07:20.555 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.556 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.557 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.558 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.559 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.561 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.562 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.563 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.564 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.565 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-16T17:07:20.566 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.567 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.568 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-16T17:07:20.569 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.570 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-16T17:07:20.571 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-16T17:07:20.572 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.573 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-16T17:07:20.574 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-16T17:07:20.575 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.576 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.577 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.578 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.579 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.580 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.581 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-16T17:07:20.582 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.583 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.584 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-16T17:07:20.585 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-16T17:07:20.586 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.587 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.588 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.589 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.590 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.591 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.592 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.593 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.594 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.595 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.596 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.597 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.598 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.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-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.599 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.600 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.601 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.602 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.603 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.604 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.605 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.606 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.607 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-16T17:07:20.608 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.609 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.610 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.611 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.612 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.613 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.614 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.615 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.616 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.617 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.618 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.619 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.620 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-16T17:07:20.621 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.622 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.623 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.624 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.625 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-16T17:07:20.626 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.627 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.628 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.629 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.630 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.631 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.632 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-16T17:07:20.633 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.634 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.635 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.636 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.637 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-16T17:07:20.638 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.639 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.640 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.641 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.642 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.643 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.644 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.645 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.646 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.647 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.648 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.649 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.650 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.651 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.652 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.653 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-16T17:07:20.654 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-16T17:07:20.655 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.656 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.657 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.658 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.659 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.660 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.661 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.662 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-16T17:07:20.663 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-16T17:07:20.664 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-16T17:07:20.665 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.666 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.667 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.668 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-16T17:07:20.669 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.670 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.671 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.672 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.673 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.674 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.675 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.676 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:20.677 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-16T17:07:20.678 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-16T17:07:20.679 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.680 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.681 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.682 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.683 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.684 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.685 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.686 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.687 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.688 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T17:07:20.689 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-16T17:07:20.690 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.691 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.692 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.693 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.694 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.695 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.696 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.698 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.699 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.700 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.701 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.702 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.703 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.704 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.705 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.706 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.707 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.708 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.709 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.710 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.711 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.712 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.713 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.714 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-16T17:07:20.715 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.716 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.717 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.718 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.719 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.720 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.721 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.722 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.723 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.724 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.725 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.726 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.727 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.728 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.729 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T17:07:20.730 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-16T17:07:20.731 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.732 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.733 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.734 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.735 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.736 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.737 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.738 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.739 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.740 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.741 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.742 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.743 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.744 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.745 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.746 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.747 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.748 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.749 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.750 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.751 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.752 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.753 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.754 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.755 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.756 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.757 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.758 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.759 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.760 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.761 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.762 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.763 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.764 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.765 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.766 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.767 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.768 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.769 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.770 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-16T17:07:20.771 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.772 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.773 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.774 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.775 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.776 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.777 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.778 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.779 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.780 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.781 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.782 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.783 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.784 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:20.785 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.786 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.787 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.788 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.789 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-16T17:07:20.790 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.791 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.792 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.793 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.794 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.795 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.796 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.797 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.798 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.799 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.800 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.801 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.802 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.803 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.804 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.805 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.806 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.808 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.809 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.810 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.811 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.812 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.813 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.814 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.815 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.816 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.817 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.818 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.819 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.820 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.821 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.822 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T17:07:20.823 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T17:07:20.824 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.825 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.826 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T17:07:20.827 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T17:07:20.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 5, 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [] 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:20.829 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:21.006 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:20 smithi053 bash[64029]: audit 2024-01-16T17:07:19.714010+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T17:07:21.006 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:20 smithi053 bash[64029]: audit 2024-01-16T17:07:19.714787+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:07:21.006 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:20 smithi053 bash[64029]: cluster 2024-01-16T17:07:19.786428+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.08659s) 2024-01-16T17:07:21.006 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:20 smithi053 bash[64029]: audit 2024-01-16T17:07:20.207157+0000 mon.a (mon.0) 91 : audit [DBG] from='client.? 172.21.15.53:0/4066319254' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-16T17:07:21.697 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-16T17:07:21.697 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Waiting for Mgr epoch 11... 2024-01-16T17:07:21.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-16T17:07:21.697 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-16T17:07:22.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:21 smithi053 bash[64029]: cluster 2024-01-16T17:07:20.786480+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-01-16T17:07:22.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:21 smithi053 bash[64029]: audit 2024-01-16T17:07:21.752689+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752065\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752165\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:21.752247\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:07:22.010 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:21 smithi053 bash[64029]: audit 2024-01-16T17:07:21.754499+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752065\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752165\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:21.752247\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:07:22.010 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:21 smithi053 bash[64029]: audit 2024-01-16T17:07:21.754957+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:07:22.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T17:07:22.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 12, 2024-01-16T17:07:22.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-16T17:07:22.083 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T17:07:22.807 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-01-16T17:07:22.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-01-16T17:07:22.807 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-01-16T17:07:23.560 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-01-16T17:07:23.932 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:23 smithi053 bash[64029]: audit 2024-01-16T17:07:23.572497+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDqfjC16CdKSpN2wc/mIjyNMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAxMTYxNzA3\nMjNaFw0zNDAxMTMxNzA3MjNaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMjd+u+f\nu8h3GEtuz7Vxs3WEfNUwwJ1czP96Vvpf2PjyYzZJl5Ko1Mpje4E3ii4BO3Q1u8/f\nkZMidbVZ5aCDaDQW/+exqSXawg1TQtlQVe34Jart32IJDvKWuMyIGu8AVkJnmaoO\ngLULMc70qig0xx0CgYfK8gchW75YQNMX/dw4QjDJ7UtfADFWxYq/OmtVze48sivE\nYoPqZku+OgwOVCfZa57ch7DiMGUxXwpCW1iaTbtDoTEdkanjJrotdSEnWO18anC8\nm6SkNP31Dt1nRnL0uuku6Tn8oIx9K++b6fqx4Go+ZYR2JZa+zATpgk9u5v9Qh22e\nLn88K2dRGMTRB5MCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAngnsV0QtUC4UuwUd\nCTX4pjUn3lFxA1xUHEQVNcLKKl12dpEQy9O/3jrY7LUfcNvWhKmQThXEWlZmYnpN\nTJFb1aDc+9kai3eXPzpYrif3JD0kyC617URrx9bKV8StCNVcfsjBMFf1bLyGd9qq\nzasdT0w1zOBLmP26vVsqF5m6jZXrBDE5MWiPswaoc6f5Zu3T+W5idrI35IyCDV5e\nQ6cx7IGISc+qolOmT/eARA9X9v+zmaQzsdiq2RlzO1NfNKk9yzPJvWhrMxR0VdCX\nXSqWAmnKJSlEa4TJ0puwv43eZttyByNlGAf+tICujBoIy067k3RbkcJ92SeLdY4r\n4QTrmg==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T17:07:23.932 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:23 smithi053 bash[64029]: audit 2024-01-16T17:07:23.574205+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQDqfjC16CdKSpN2wc/mIjyNMA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAxMTYxNzA3\nMjNaFw0zNDAxMTMxNzA3MjNaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMjd+u+f\nu8h3GEtuz7Vxs3WEfNUwwJ1czP96Vvpf2PjyYzZJl5Ko1Mpje4E3ii4BO3Q1u8/f\nkZMidbVZ5aCDaDQW/+exqSXawg1TQtlQVe34Jart32IJDvKWuMyIGu8AVkJnmaoO\ngLULMc70qig0xx0CgYfK8gchW75YQNMX/dw4QjDJ7UtfADFWxYq/OmtVze48sivE\nYoPqZku+OgwOVCfZa57ch7DiMGUxXwpCW1iaTbtDoTEdkanjJrotdSEnWO18anC8\nm6SkNP31Dt1nRnL0uuku6Tn8oIx9K++b6fqx4Go+ZYR2JZa+zATpgk9u5v9Qh22e\nLn88K2dRGMTRB5MCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAngnsV0QtUC4UuwUd\nCTX4pjUn3lFxA1xUHEQVNcLKKl12dpEQy9O/3jrY7LUfcNvWhKmQThXEWlZmYnpN\nTJFb1aDc+9kai3eXPzpYrif3JD0kyC617URrx9bKV8StCNVcfsjBMFf1bLyGd9qq\nzasdT0w1zOBLmP26vVsqF5m6jZXrBDE5MWiPswaoc6f5Zu3T+W5idrI35IyCDV5e\nQ6cx7IGISc+qolOmT/eARA9X9v+zmaQzsdiq2RlzO1NfNKk9yzPJvWhrMxR0VdCX\nXSqWAmnKJSlEa4TJ0puwv43eZttyByNlGAf+tICujBoIy067k3RbkcJ92SeLdY4r\n4QTrmg==\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T17:07:23.932 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:23 smithi053 bash[64029]: audit 2024-01-16T17:07:23.574553+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDI3frvn7vIdxhL\nbs+1cbN1hHzVMMCdXMz/elb6X9j48mM2SZeSqNTKY3uBN4ouATt0NbvP35GTInW1\nWeWgg2g0Fv/nsakl2sINU0LZUFXt+CWq7d9iCQ7ylrjMiBrvAFZCZ5mqDoC1CzHO\n9KooNMcdAoGHyvIHIVu+WEDTF/3cOEIwye1LXwAxVsWKvzprVc3uPLIrxGKD6mZL\nvjoMDlQn2Wue3Iew4jBlMV8KQltYmk27Q6ExHZGp4ya6LXUhJ1jtfGpwvJukpDT9\n9Q7dZ0Zy9LrpLuk5/KCMfSvvm+n6seBqPmWEdiWWvswE6YJPbub/UIdtni5/PCtn\nURjE0QeTAgMBAAECggEAXGrNjryWgHhTJDm6tUe4AuTPLqN8q6pL42udYxsAUCHt\nhce8Rk0JgojdBSnRmLMWcLRcUhsR9nlPYP4YiY6MPhMq8KYsJe+NguYBBs1Qi+m1\nIvzI32k9iF3SbsBcbARiq7DQ4Y5Ep4ecBhVJyK/nwLArepfkXWV6uYwPX1BVi6FA\n92uDqhV0SgY6g/KXNQ6KKy1HP75k3Cs0cjZNI9kNYq4OmsFvl7pxYQx4Ze35xl5W\nyN9Y644t+DMJ2g4+Ujn8J+R2bKdXaLlsVfhjxS6nHGvUl7G6amI+Fg/f1W2pSfkJ\nt9AH6kS3rmKHV7+2onhyEcqhY2o01WoFQ5WR492sAQKBgQD79OT3OyjdH9ZE1X49\n9yZdh/U6BzDLbesdFbQH99mwzQ0RaADzteIrGvbJpalLi52+fyvv1bIa68sICN6t\nzRbswKvapUdOFAcigRbGw6JPZc5l2Gw65J22Z6z2Uq588pLjbDjrBC6j2zHmY/Tg\nJegcu1vKIV/4r4sM36GjkJd2AQKBgQDMFzJFTeHPkJfnu6viAqih4+2KDFT/HAqj\n8vQnCmXjBhKLq5qVeSuQrNeEnyrfQHVjbKMvkh7HAzp+4BqfA4ITTWtvKHfxXv2g\n/VmtkZXtgghUEVOa3WjTteZcXhAitF9hGXr1GmbrmjvT9WfOVZSkKQCxH2tIHEx2\n0jzfTwpFkwKBgQCKiFJEZXDIdDLZ0hEBfRzJHHIHH+ECWUOG0GIWZ354KaZfxbGQ\nTpc2YDMFGGMHOJLZJQ9BZVvyVWdi2Y2mPje2oRFcvLeCBJ0Pqa6eRv69bRqZAPAx\nSXY1zrdZEIkEBlQhW2XIQppqWaEMLjV78Ru4gIOtlcAw+kQYJfW3+05sAQKBgBao\njKA9IVDWEMddgpu5B9fRYlHtRJJ+HoBNPOYItX8a8XwoNSVbKocJaXQD59KZaW78\nZLGnW1tk9F2Zq9rznMFf2wmgSJC3pxj0h7xJaYfQ4/PRaKLM6hJ3I3glyUzREbXK\nCmij4cFOgk3p9Phnb/U5yCXiAxsiaSrX9IImWFGZAoGBAMb++omTJcBR9xEfl9LB\ndz8kUWtjdqkOEk5aL92bpWovMKN7EvQ6nhZNjYkGpHhO81J8d4GrdPDi32IhK/z3\nDH0NxwXAL1bz/2fVrTrDhVoxwPw0DQaSnAHObHNZA/91R/RbsilkXkCkRKKp37M9\nM2CqyLEyO4kxJu2nzXctm3R+\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T17:07:23.933 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:23 smithi053 bash[64029]: audit 2024-01-16T17:07:23.575773+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDI3frvn7vIdxhL\nbs+1cbN1hHzVMMCdXMz/elb6X9j48mM2SZeSqNTKY3uBN4ouATt0NbvP35GTInW1\nWeWgg2g0Fv/nsakl2sINU0LZUFXt+CWq7d9iCQ7ylrjMiBrvAFZCZ5mqDoC1CzHO\n9KooNMcdAoGHyvIHIVu+WEDTF/3cOEIwye1LXwAxVsWKvzprVc3uPLIrxGKD6mZL\nvjoMDlQn2Wue3Iew4jBlMV8KQltYmk27Q6ExHZGp4ya6LXUhJ1jtfGpwvJukpDT9\n9Q7dZ0Zy9LrpLuk5/KCMfSvvm+n6seBqPmWEdiWWvswE6YJPbub/UIdtni5/PCtn\nURjE0QeTAgMBAAECggEAXGrNjryWgHhTJDm6tUe4AuTPLqN8q6pL42udYxsAUCHt\nhce8Rk0JgojdBSnRmLMWcLRcUhsR9nlPYP4YiY6MPhMq8KYsJe+NguYBBs1Qi+m1\nIvzI32k9iF3SbsBcbARiq7DQ4Y5Ep4ecBhVJyK/nwLArepfkXWV6uYwPX1BVi6FA\n92uDqhV0SgY6g/KXNQ6KKy1HP75k3Cs0cjZNI9kNYq4OmsFvl7pxYQx4Ze35xl5W\nyN9Y644t+DMJ2g4+Ujn8J+R2bKdXaLlsVfhjxS6nHGvUl7G6amI+Fg/f1W2pSfkJ\nt9AH6kS3rmKHV7+2onhyEcqhY2o01WoFQ5WR492sAQKBgQD79OT3OyjdH9ZE1X49\n9yZdh/U6BzDLbesdFbQH99mwzQ0RaADzteIrGvbJpalLi52+fyvv1bIa68sICN6t\nzRbswKvapUdOFAcigRbGw6JPZc5l2Gw65J22Z6z2Uq588pLjbDjrBC6j2zHmY/Tg\nJegcu1vKIV/4r4sM36GjkJd2AQKBgQDMFzJFTeHPkJfnu6viAqih4+2KDFT/HAqj\n8vQnCmXjBhKLq5qVeSuQrNeEnyrfQHVjbKMvkh7HAzp+4BqfA4ITTWtvKHfxXv2g\n/VmtkZXtgghUEVOa3WjTteZcXhAitF9hGXr1GmbrmjvT9WfOVZSkKQCxH2tIHEx2\n0jzfTwpFkwKBgQCKiFJEZXDIdDLZ0hEBfRzJHHIHH+ECWUOG0GIWZ354KaZfxbGQ\nTpc2YDMFGGMHOJLZJQ9BZVvyVWdi2Y2mPje2oRFcvLeCBJ0Pqa6eRv69bRqZAPAx\nSXY1zrdZEIkEBlQhW2XIQppqWaEMLjV78Ru4gIOtlcAw+kQYJfW3+05sAQKBgBao\njKA9IVDWEMddgpu5B9fRYlHtRJJ+HoBNPOYItX8a8XwoNSVbKocJaXQD59KZaW78\nZLGnW1tk9F2Zq9rznMFf2wmgSJC3pxj0h7xJaYfQ4/PRaKLM6hJ3I3glyUzREbXK\nCmij4cFOgk3p9Phnb/U5yCXiAxsiaSrX9IImWFGZAoGBAMb++omTJcBR9xEfl9LB\ndz8kUWtjdqkOEk5aL92bpWovMKN7EvQ6nhZNjYkGpHhO81J8d4GrdPDi32IhK/z3\nDH0NxwXAL1bz/2fVrTrDhVoxwPw0DQaSnAHObHNZA/91R/RbsilkXkCkRKKp37M9\nM2CqyLEyO4kxJu2nzXctm3R+\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T17:07:23.988 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Creating initial admin user... 2024-01-16T17:07:23.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', '9wz65smqaf', 'administrator', '--force-password', '--pwd-update-required'] 2024-01-16T17:07:23.988 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin 9wz65smqaf administrator --force-password --pwd-update-required 2024-01-16T17:07:24.975 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$s.2lbTgAxfJxl540yN3uYOMOc6oTsFBmdlHI7eXYkISBmX1/AFniK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705424844, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T17:07:25.153 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:24 smithi053 bash[64029]: audit 2024-01-16T17:07:23.389731+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-16T17:07:25.153 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:24 smithi053 bash[64029]: audit 2024-01-16T17:07:24.526519+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:07:25.153 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:24 smithi053 bash[64029]: audit 2024-01-16T17:07:24.742906+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752065\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752165\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:21.752247\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:07:25.153 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:24 smithi053 bash[64029]: audit 2024-01-16T17:07:24.744626+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752065\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:07:21.752165\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:21.752247\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:07:25.338 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Fetching dashboard port number... 2024-01-16T17:07:25.338 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi053', '-v', '/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp75kt2lpk:/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-16T17:07:25.338 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi053 -v /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpuuxi9f2h:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp75kt2lpk:/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-16T17:07:25.828 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-01-16T17:07:26.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:25 smithi053 bash[64029]: audit 2024-01-16T17:07:24.748342+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "9wz65smqaf", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:07:26.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:25 smithi053 bash[64029]: cluster 2024-01-16T17:07:24.787697+0000 mon.a (mon.0) 103 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-01-16T17:07:26.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:25 smithi053 bash[64029]: audit 2024-01-16T17:07:24.990389+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$s.2lbTgAxfJxl540yN3uYOMOc6oTsFBmdlHI7eXYkISBmX1/AFniK\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705424844, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-01-16T17:07:26.070 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:25 smithi053 bash[64029]: audit 2024-01-16T17:07:24.991674+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$s.2lbTgAxfJxl540yN3uYOMOc6oTsFBmdlHI7eXYkISBmX1/AFniK\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705424844, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: URL: https://smithi053.front.sepia.ceph.com:8443/ 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: User: admin 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: Password: 9wz65smqaf 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: ceph telemetry on 2024-01-16T17:07:26.215 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr:For more information see: 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr:INFO:cephadm:Bootstrap complete. 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Releasing lock 139788933565688 on /run/cephadm/928e0b48-b491-11ee-95ae-87774f69a715.lock 2024-01-16T17:07:26.216 INFO:teuthology.orchestra.run.smithi053.stderr:DEBUG:cephadm:Lock 139788933565688 released on /run/cephadm/928e0b48-b491-11ee-95ae-87774f69a715.lock 2024-01-16T17:07:26.240 INFO:tasks.cephadm:Fetching config... 2024-01-16T17:07:26.241 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:07:26.241 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T17:07:26.259 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T17:07:26.259 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:07:26.259 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T17:07:26.317 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T17:07:26.317 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:07:26.317 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a/keyring of=/dev/stdout 2024-01-16T17:07:26.385 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T17:07:26.385 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:07:26.385 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T17:07:26.443 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T17:07:26.444 DEBUG:teuthology.orchestra.run.smithi053:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T17:07:26.520 INFO:teuthology.orchestra.run.smithi053.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:07:26.531 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T17:07:26.575 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdSyIe3eBnlAk60cGwomPBPssDwdLMiSxUhNpO/YSX0LJUJOsHw3Mo2zeJiBvrVH8Mnykidmg7Rh6o8OcezEqdcLI7vS4FoyIJVysif8FyvLMHqIy3FoFqooU9tRcwxpmb5+TpSAyeLrwe+E/yCuOMYb5nPRBWAdBCG5F2iBQhVlbt0/e7p1u5fsRtwUwtdQqsvQkeWLREGkUi1He1Yfgfb4YcCkfjCoBS0gky7xDaFeuY5HNS0hngvS72sx1aDGj37HhTHc9cjFAPe3xaO891P/EYqtLV9N3r/dcoO+1Gr1HiQaOGwvZrKAvuvHkcyoF4fDZW3YfRoE2g6sdkF19zFajBPUXez6u39pU1y2qfDMkA8/gmb9BC5XPh+vPI6I0JOBleiRa+Yc+zRZoNIsUCXXw+4/uF1FNMca1Kw5Sw/I3n7lNMf7bCpaM8PP8lpzZMtMRK2YUmtYDnhYJvC8Eyuda8LR2cOv6txr1X0XyWOr3w6TkUxxo2J37t+slgqnE= ceph-928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:07:26.620 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-01-16T17:07:26.620 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:07:26.621 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-01-16T17:07:26.680 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:07:26.681 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T17:07:26.739 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-01-16T17:07:26.740 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch host add smithi192 2024-01-16T17:07:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:26 smithi053 bash[64029]: audit 2024-01-16T17:07:25.844992+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.53:0/3716984580' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T17:07:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:39 smithi053 bash[64029]: cluster 2024-01-16T17:07:38.787258+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-16T17:07:42.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:41 smithi053 bash[64029]: cluster 2024-01-16T17:07:40.787532+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-16T17:07:44.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:43 smithi053 bash[64029]: cluster 2024-01-16T17:07:42.787924+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-16T17:07:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:45 smithi053 bash[64029]: cluster 2024-01-16T17:07:44.788161+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-16T17:07:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:47 smithi053 bash[64029]: cluster 2024-01-16T17:07:46.788506+0000 mgr.y (mgr.14142) 7 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:50.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:49 smithi053 bash[64029]: cluster 2024-01-16T17:07:48.788790+0000 mgr.y (mgr.14142) 8 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:52.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:51 smithi053 bash[64029]: cluster 2024-01-16T17:07:50.789111+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:54.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:53 smithi053 bash[64029]: cluster 2024-01-16T17:07:52.789362+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:55.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:07:54 smithi053 bash[64261]: Warning: Permanently added 'smithi192,172.21.15.192' (ECDSA) to the list of known hosts. 2024-01-16T17:07:55.790 INFO:teuthology.orchestra.run.smithi192.stdout:Added host 'smithi192' 2024-01-16T17:07:56.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: cluster 2024-01-16T17:07:54.789613+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:56.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:54.803761+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:07:56.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.264608+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"smithi053\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:07:56.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.266572+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"smithi053\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:07:56.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.461748+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:07:56.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.463536+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:07:56.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.464194+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:07:56.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.635139+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:55.634852\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:07:56.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.636795+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:55.634852\", \"networks\": {}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:07:56.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:55 smithi053 bash[64029]: audit 2024-01-16T17:07:55.637360+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:07:56.374 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T17:07:57.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:56 smithi053 bash[64029]: cephadm 2024-01-16T17:07:55.267019+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Added host smithi192 2024-01-16T17:07:57.613 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:07:57.613 INFO:teuthology.orchestra.run.smithi192.stdout:[{"addr": "smithi053", "hostname": "smithi053", "labels": [], "status": ""}, {"addr": "smithi192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-01-16T17:07:57.971 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T17:07:57.972 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-16T17:07:58.240 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:57 smithi053 bash[64029]: cluster 2024-01-16T17:07:56.790050+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:07:58.959 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:58 smithi053 bash[64029]: audit 2024-01-16T17:07:57.629288+0000 mgr.y (mgr.14142) 15 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:07:58.959 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:58 smithi053 bash[64029]: audit 2024-01-16T17:07:58.214497+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:07:58.959 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:58 smithi053 bash[64029]: audit 2024-01-16T17:07:58.392623+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:55.634852\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:07:58.959 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:58 smithi053 bash[64029]: audit 2024-01-16T17:07:58.394410+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T17:07:55.634852\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:07:59.834 INFO:teuthology.orchestra.run.smithi053.stderr:adjusted tunables profile to default 2024-01-16T17:08:00.120 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:59 smithi053 bash[64029]: cluster 2024-01-16T17:07:58.790333+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:00.120 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:07:59 smithi053 bash[64029]: audit 2024-01-16T17:07:59.313211+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.53:0/1433951989' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T17:08:00.208 INFO:tasks.cephadm:Adding mon.c on smithi053 2024-01-16T17:08:00.208 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add mon 'smithi053:[v2:172.21.15.53:3301,v1:172.21.15.53:6790]=c' 2024-01-16T17:08:01.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:00 smithi053 bash[64029]: audit 2024-01-16T17:07:59.849093+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.53:0/1433951989' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T17:08:01.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:00 smithi053 bash[64029]: cluster 2024-01-16T17:07:59.849132+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:02.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:01 smithi053 bash[64029]: cluster 2024-01-16T17:08:00.790765+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:02.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:01 smithi053 bash[64029]: audit 2024-01-16T17:08:01.456788+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:08:02.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:01 smithi053 bash[64029]: audit 2024-01-16T17:08:01.457332+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:02.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:01 smithi053 bash[64029]: audit 2024-01-16T17:08:01.457903+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-01-16T17:08:03.127 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:02 smithi053 bash[64029]: audit 2024-01-16T17:08:01.455117+0000 mgr.y (mgr.14142) 18 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi053:[v2:172.21.15.53:3301,v1:172.21.15.53:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:03.127 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:02 smithi053 bash[64029]: cephadm 2024-01-16T17:08:01.457710+0000 mgr.y (mgr.14142) 19 : cephadm [INF] Deploying daemon mon.c on smithi053 2024-01-16T17:08:03.443 INFO:teuthology.orchestra.run.smithi053.stdout:Deployed mon.c on host 'smithi053' 2024-01-16T17:08:03.796 DEBUG:teuthology.orchestra.run.smithi053:mon.c> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.c.service 2024-01-16T17:08:03.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T17:08:03.798 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-16T17:08:03.830 INFO:journalctl@ceph.mon.c.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:08:09.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:03.537389+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:09.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: audit 2024-01-16T17:08:04.538797+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:09.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:03.537389+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:09.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: audit 2024-01-16T17:08:04.538797+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:04.791269+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:05.535800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:06.791650+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.564133+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.566956+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0]} 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.567007+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.567035+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.567258+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: audit 2024-01-16T17:08:08.567884+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.570354+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-16T17:08:09.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[64029]: audit 2024-01-16T17:08:08.572256+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:04.791269+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:05.535800+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:06.791650+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.564133+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.566956+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],c=[v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0]} 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.567007+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.567035+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.567258+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: audit 2024-01-16T17:08:08.567884+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.570354+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-16T17:08:09.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:08 smithi053 bash[67436]: audit 2024-01-16T17:08:08.572256+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538206\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}}, \"last_daemon_update\": \"2024-01-16T17:08:04.538312\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:09.165 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:08:09.165 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":2,"fsid":"928e0b48-b491-11ee-95ae-87774f69a715","modified":"2024-01-16T17:08:03.534941Z","created":"2024-01-16T17:06:47.180009Z","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.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3301","nonce":0},{"type":"v1","addr":"172.21.15.53:6790","nonce":0}]},"addr":"172.21.15.53:6790/0","public_addr":"172.21.15.53:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-16T17:08:09.167 INFO:teuthology.orchestra.run.smithi053.stderr:dumped monmap epoch 2 2024-01-16T17:08:09.527 INFO:tasks.cephadm:Adding mon.b on smithi192 2024-01-16T17:08:09.528 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add mon smithi192:172.21.15.192=b 2024-01-16T17:08:09.766 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:09 smithi053 bash[64029]: cluster 2024-01-16T17:08:08.791923+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.766 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:09 smithi053 bash[64029]: audit 2024-01-16T17:08:09.182858+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.53:0/3729572690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T17:08:09.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:09 smithi053 bash[67436]: cluster 2024-01-16T17:08:08.791923+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:09.767 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:09 smithi053 bash[67436]: audit 2024-01-16T17:08:09.182858+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.53:0/3729572690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T17:08:12.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:11 smithi053 bash[64029]: cluster 2024-01-16T17:08:10.792259+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:11 smithi053 bash[67436]: cluster 2024-01-16T17:08:10.792259+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:13.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[67436]: audit 2024-01-16T17:08:12.006945+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:08:13.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[67436]: audit 2024-01-16T17:08:12.007830+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:13.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[67436]: audit 2024-01-16T17:08:12.008715+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-16T17:08:13.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[64029]: audit 2024-01-16T17:08:12.006945+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:08:13.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[64029]: audit 2024-01-16T17:08:12.007830+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:13.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:12 smithi053 bash[64029]: audit 2024-01-16T17:08:12.008715+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-16T17:08:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[64029]: audit 2024-01-16T17:08:12.005350+0000 mgr.y (mgr.14142) 25 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[64029]: cephadm 2024-01-16T17:08:12.008414+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Deploying daemon mon.b on smithi192 2024-01-16T17:08:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[64029]: cluster 2024-01-16T17:08:12.792522+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-16T17:08:14.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[67436]: audit 2024-01-16T17:08:12.005350+0000 mgr.y (mgr.14142) 25 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[67436]: cephadm 2024-01-16T17:08:12.008414+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Deploying daemon mon.b on smithi192 2024-01-16T17:08:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:13 smithi053 bash[67436]: cluster 2024-01-16T17:08:12.792522+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-16T17:08:14.994 INFO:teuthology.orchestra.run.smithi192.stdout:Deployed mon.b on host 'smithi192' 2024-01-16T17:08:15.419 DEBUG:teuthology.orchestra.run.smithi192:mon.b> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.b.service 2024-01-16T17:08:15.421 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-01-16T17:08:15.422 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-16T17:08:15.450 INFO:journalctl@ceph.mon.b.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:14.792792+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-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:14.827642+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:14.828200+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: audit 2024-01-16T17:08:15.261040+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:16.793074+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-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:16.825431+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:18.793462+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-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.829732+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.855005+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-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.857880+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0]} 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.857930+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.857956+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:20.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.858148+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 61s) 2024-01-16T17:08:20.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: audit 2024-01-16T17:08:19.858712+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.861511+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T17:08:20.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:19 smithi192 bash[64054]: audit 2024-01-16T17:08:19.863688+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:14.792792+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-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:14.827642+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:14.828200+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: audit 2024-01-16T17:08:15.261040+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:16.793074+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-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:16.825431+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:18.793462+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-16T17:08:20.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.829732+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:14.792792+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-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:14.827642+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:14.828200+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: audit 2024-01-16T17:08:15.261040+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:16.793074+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-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:16.825431+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:18.793462+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-16T17:08:20.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.829732+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T17:08:20.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.855005+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-16T17:08:20.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.857880+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0]} 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.857930+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.857956+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.858148+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 61s) 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: audit 2024-01-16T17:08:19.858712+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.861511+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[64029]: audit 2024-01-16T17:08:19.863688+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.855005+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-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.857880+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0]} 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.857930+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.857956+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.858148+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 61s) 2024-01-16T17:08:20.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: audit 2024-01-16T17:08:19.858712+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:20.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.861511+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T17:08:20.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:19 smithi053 bash[67436]: audit 2024-01-16T17:08:19.863688+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}}, \"last_daemon_update\": \"2024-01-16T17:08:15.260546\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:20.621 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-01-16T17:08:20.622 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"928e0b48-b491-11ee-95ae-87774f69a715","modified":"2024-01-16T17:08:14.824530Z","created":"2024-01-16T17:06:47.180009Z","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.53:3300","nonce":0},{"type":"v1","addr":"172.21.15.53:6789","nonce":0}]},"addr":"172.21.15.53:6789/0","public_addr":"172.21.15.53:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:3301","nonce":0},{"type":"v1","addr":"172.21.15.53:6790","nonce":0}]},"addr":"172.21.15.53:6790/0","public_addr":"172.21.15.53:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-01-16T17:08:20.623 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2024-01-16T17:08:20.899 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:20 smithi192 bash[64054]: cluster 2024-01-16T17:08:19.909195+0000 mon.a (mon.0) 155 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T17:08:20.899 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:20 smithi192 bash[64054]: audit 2024-01-16T17:08:20.639022+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.192:0/3091215232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T17:08:20.983 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T17:08:20.983 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T17:08:21.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:20 smithi053 bash[64029]: cluster 2024-01-16T17:08:19.909195+0000 mon.a (mon.0) 155 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T17:08:21.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:20 smithi053 bash[64029]: audit 2024-01-16T17:08:20.639022+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.192:0/3091215232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T17:08:21.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:20 smithi053 bash[67436]: cluster 2024-01-16T17:08:19.909195+0000 mon.a (mon.0) 155 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T17:08:21.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:20 smithi053 bash[67436]: audit 2024-01-16T17:08:20.639022+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.192:0/3091215232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T17:08:22.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:21 smithi053 bash[64029]: cluster 2024-01-16T17:08:20.793853+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:22.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:21 smithi053 bash[67436]: cluster 2024-01-16T17:08:20.793853+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:21 smithi192 bash[64054]: cluster 2024-01-16T17:08:20.793853+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:22.528 INFO:teuthology.orchestra.run.smithi053.stdout:# minimal ceph.conf for 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:08:22.529 INFO:teuthology.orchestra.run.smithi053.stdout:[global] 2024-01-16T17:08:22.529 INFO:teuthology.orchestra.run.smithi053.stdout: fsid = 928e0b48-b491-11ee-95ae-87774f69a715 2024-01-16T17:08:22.529 INFO:teuthology.orchestra.run.smithi053.stdout: mon_host = [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] [v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0] 2024-01-16T17:08:22.893 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T17:08:22.893 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:08:22.893 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T17:08:22.925 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:08:22.925 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T17:08:22.993 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:08:22.993 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T17:08:23.029 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:08:23.029 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T17:08:23.100 INFO:tasks.cephadm:Adding mgr.y on smithi053 2024-01-16T17:08:23.100 INFO:tasks.cephadm:Adding mgr.x on smithi192 2024-01-16T17:08:23.100 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch apply mgr '2;smithi053=y;smithi192=x' 2024-01-16T17:08:23.167 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:22 smithi192 bash[64054]: audit 2024-01-16T17:08:22.546413+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.53:0/1233164983' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:23.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:22 smithi053 bash[64029]: audit 2024-01-16T17:08:22.546413+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.53:0/1233164983' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:23.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:22 smithi053 bash[67436]: audit 2024-01-16T17:08:22.546413+0000 mon.a (mon.0) 157 : audit [DBG] from='client.? 172.21.15.53:0/1233164983' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:23 smithi192 bash[64054]: cluster 2024-01-16T17:08:22.794129+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:24.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:23 smithi053 bash[64029]: cluster 2024-01-16T17:08:22.794129+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:24.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:23 smithi053 bash[67436]: cluster 2024-01-16T17:08:22.794129+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:25 smithi192 bash[64054]: cluster 2024-01-16T17:08:24.794378+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:26.229 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-01-16T17:08:26.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:25 smithi053 bash[64029]: cluster 2024-01-16T17:08:24.794378+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:26.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:25 smithi053 bash[67436]: cluster 2024-01-16T17:08:24.794378+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.242614+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.245143+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.246533+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.249184+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.250014+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:27.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:26 smithi192 bash[64054]: audit 2024-01-16T17:08:26.251010+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.242614+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.245143+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.246533+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.249184+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.250014+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[64029]: audit 2024-01-16T17:08:26.251010+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.242614+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.245143+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T17:08:26.242230\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.246533+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:08:27.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.249184+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T17:08:27.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.250014+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:27.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:26 smithi053 bash[67436]: audit 2024-01-16T17:08:26.251010+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:08:28.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:27 smithi192 bash[64054]: audit 2024-01-16T17:08:26.241558+0000 mgr.y (mgr.14142) 34 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:28.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:27 smithi192 bash[64054]: cephadm 2024-01-16T17:08:26.242215+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Saving service mgr spec with placement count:2 smithi053=y,smithi192=x 2024-01-16T17:08:28.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:27 smithi192 bash[64054]: cephadm 2024-01-16T17:08:26.250581+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:08:28.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:27 smithi192 bash[64054]: cluster 2024-01-16T17:08:26.794755+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[64029]: audit 2024-01-16T17:08:26.241558+0000 mgr.y (mgr.14142) 34 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[64029]: cephadm 2024-01-16T17:08:26.242215+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Saving service mgr spec with placement count:2 smithi053=y,smithi192=x 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[64029]: cephadm 2024-01-16T17:08:26.250581+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[64029]: cluster 2024-01-16T17:08:26.794755+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[67436]: audit 2024-01-16T17:08:26.241558+0000 mgr.y (mgr.14142) 34 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi053=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[67436]: cephadm 2024-01-16T17:08:26.242215+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Saving service mgr spec with placement count:2 smithi053=y,smithi192=x 2024-01-16T17:08:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[67436]: cephadm 2024-01-16T17:08:26.250581+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:08:28.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:27 smithi053 bash[67436]: cluster 2024-01-16T17:08:26.794755+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:28.853 DEBUG:teuthology.orchestra.run.smithi192:mgr.x> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x.service 2024-01-16T17:08:28.895 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T17:08:28.895 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:08:28.895 DEBUG:teuthology.orchestra.run.smithi053:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T17:08:28.918 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-16T17:08:28.918 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_1 2024-01-16T17:08:28.927 INFO:journalctl@ceph.mgr.x.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 190818 Links: 1 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-01-16 17:08:03.196535589 +0000 2024-01-16T17:08:28.980 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-01-16 17:04:44.864248361 +0000 2024-01-16T17:08:28.981 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-01-16 17:04:44.864248361 +0000 2024-01-16T17:08:28.981 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-01-16T17:08:28.981 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T17:08:29.051 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-01-16T17:08:29.051 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-01-16T17:08:29.051 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 9.2397e-05 s, 5.5 MB/s 2024-01-16T17:08:29.052 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T17:08:29.113 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_2 2024-01-16T17:08:29.173 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T17:08:29.173 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:29.173 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 192915 Links: 1 2024-01-16T17:08:29.173 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:29.173 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:29.174 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-01-16 17:08:03.196535589 +0000 2024-01-16T17:08:29.174 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-01-16 17:04:45.198241890 +0000 2024-01-16T17:08:29.174 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-01-16 17:04:45.198241890 +0000 2024-01-16T17:08:29.174 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-01-16T17:08:29.174 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T17:08:29.242 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-01-16T17:08:29.242 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-01-16T17:08:29.242 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000109214 s, 4.7 MB/s 2024-01-16T17:08:29.243 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T17:08:29.303 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_3 2024-01-16T17:08:29.362 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T17:08:29.362 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:29.362 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 193030 Links: 1 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-01-16 17:08:03.196535589 +0000 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-01-16 17:04:45.529235478 +0000 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-01-16 17:04:45.529235478 +0000 2024-01-16T17:08:29.363 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-01-16T17:08:29.363 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T17:08:29.430 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-01-16T17:08:29.430 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-01-16T17:08:29.430 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000105133 s, 4.9 MB/s 2024-01-16T17:08:29.431 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T17:08:29.492 DEBUG:teuthology.orchestra.run.smithi053:> stat /dev/vg_nvme/lv_4 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Device: 6h/6d Inode: 194152 Links: 1 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Access: 2024-01-16 17:08:03.196535589 +0000 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Modify: 2024-01-16 17:04:45.870228872 +0000 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout:Change: 2024-01-16 17:04:45.870228872 +0000 2024-01-16T17:08:29.551 INFO:teuthology.orchestra.run.smithi053.stdout: Birth: - 2024-01-16T17:08:29.552 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T17:08:29.618 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records in 2024-01-16T17:08:29.618 INFO:teuthology.orchestra.run.smithi053.stderr:1+0 records out 2024-01-16T17:08:29.618 INFO:teuthology.orchestra.run.smithi053.stderr:512 bytes copied, 0.000103687 s, 4.9 MB/s 2024-01-16T17:08:29.619 DEBUG:teuthology.orchestra.run.smithi053:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T17:08:29.679 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:08:29.679 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T17:08:29.702 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-16T17:08:29.702 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-01-16T17:08:29.762 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T17:08:29.762 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 191091 Links: 1 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-01-16 17:08:14.487945120 +0000 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-01-16 17:04:34.403583875 +0000 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-01-16 17:04:34.403583875 +0000 2024-01-16T17:08:29.763 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-01-16T17:08:29.763 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T17:08:29.832 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-01-16T17:08:29.833 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-01-16T17:08:29.833 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000252091 s, 2.0 MB/s 2024-01-16T17:08:29.834 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T17:08:29.894 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 189049 Links: 1 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-01-16 17:08:14.487945120 +0000 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-01-16 17:04:34.749576860 +0000 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-01-16 17:04:34.749576860 +0000 2024-01-16T17:08:29.954 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-01-16T17:08:29.954 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T17:08:30.022 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-01-16T17:08:30.022 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-01-16T17:08:30.022 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000265137 s, 1.9 MB/s 2024-01-16T17:08:30.023 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T17:08:30.083 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-01-16T17:08:30.140 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T17:08:30.140 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 192406 Links: 1 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-01-16 17:08:14.488945099 +0000 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-01-16 17:04:35.089569966 +0000 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-01-16 17:04:35.089569966 +0000 2024-01-16T17:08:30.141 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-01-16T17:08:30.141 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T17:08:30.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:29 smithi192 bash[64054]: cluster 2024-01-16T17:08:28.795174+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:30.170 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-01-16T17:08:30.170 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-01-16T17:08:30.170 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000165308 s, 3.1 MB/s 2024-01-16T17:08:30.171 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T17:08:30.230 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-01-16T17:08:30.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:29 smithi053 bash[64029]: cluster 2024-01-16T17:08:28.795174+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:30.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:29 smithi053 bash[67436]: cluster 2024-01-16T17:08:28.795174+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:30.287 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 190166 Links: 1 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-01-16 17:08:14.488945099 +0000 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-01-16 17:04:35.431563032 +0000 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-01-16 17:04:35.431563032 +0000 2024-01-16T17:08:30.288 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-01-16T17:08:30.288 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T17:08:30.353 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-01-16T17:08:30.353 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-01-16T17:08:30.354 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000213822 s, 2.4 MB/s 2024-01-16T17:08:30.354 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T17:08:30.413 INFO:tasks.cephadm:Deploying osd.0 on smithi053 with /dev/vg_nvme/lv_4... 2024-01-16T17:08:30.413 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-16T17:08:31.400 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:08:31 smithi192 systemd[1]: Starting Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:08:31.715 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:08:31 smithi192 podman[65085]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-16T17:08:31.715 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:08:31 smithi192 systemd[1]: Started Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00836517 s, 1.3 GB/s 2024-01-16T17:08:31.811 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-01-16T17:08:32.206 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[67436]: cluster 2024-01-16T17:08:30.795468+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:32.206 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[67436]: audit 2024-01-16T17:08:31.457442+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:32.206 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[67436]: audit 2024-01-16T17:08:31.460089+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:32.206 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[67436]: audit 2024-01-16T17:08:31.460659+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:32.206 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[64029]: cluster 2024-01-16T17:08:30.795468+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:32.207 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[64029]: audit 2024-01-16T17:08:31.457442+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:32.207 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[64029]: audit 2024-01-16T17:08:31.460089+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:32.207 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:31 smithi053 bash[64029]: audit 2024-01-16T17:08:31.460659+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:32.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:31 smithi192 bash[64054]: cluster 2024-01-16T17:08:30.795468+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:32.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:31 smithi192 bash[64054]: audit 2024-01-16T17:08:31.457442+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:32.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:31 smithi192 bash[64054]: audit 2024-01-16T17:08:31.460089+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:15.260398\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:32.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:31 smithi192 bash[64054]: audit 2024-01-16T17:08:31.460659+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:32.216 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi053:vg_nvme/lv_4 2024-01-16T17:08:33.024 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: audit 2024-01-16T17:08:32.432290+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: audit 2024-01-16T17:08:32.432290+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: audit 2024-01-16T17:08:32.434777+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: cephadm 2024-01-16T17:08:32.435615+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: audit 2024-01-16T17:08:32.435837+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: audit 2024-01-16T17:08:32.436399+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:33.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: cephadm 2024-01-16T17:08:32.436876+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi053 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: audit 2024-01-16T17:08:32.437160+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[64029]: cluster 2024-01-16T17:08:32.795699+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: audit 2024-01-16T17:08:32.434777+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: cephadm 2024-01-16T17:08:32.435615+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: audit 2024-01-16T17:08:32.435837+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: audit 2024-01-16T17:08:32.436399+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: cephadm 2024-01-16T17:08:32.436876+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi053 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: audit 2024-01-16T17:08:32.437160+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T17:08:33.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:32 smithi053 bash[67436]: cluster 2024-01-16T17:08:32.795699+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: audit 2024-01-16T17:08:32.432290+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: audit 2024-01-16T17:08:32.434777+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}}, \"last_daemon_update\": \"2024-01-16T17:08:32.431607\", \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: cephadm 2024-01-16T17:08:32.435615+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: audit 2024-01-16T17:08:32.435837+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: audit 2024-01-16T17:08:32.436399+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: cephadm 2024-01-16T17:08:32.436876+0000 mgr.y (mgr.14142) 41 : cephadm [INF] Reconfiguring daemon mgr.y on smithi053 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: audit 2024-01-16T17:08:32.437160+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T17:08:33.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:32 smithi192 bash[64054]: cluster 2024-01-16T17:08:32.795699+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:33.923 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.735459+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:33.923 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.737810+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:33.923 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.738536+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:34.199 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.813002+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: cephadm 2024-01-16T17:08:33.813832+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.814109+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.814730+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[64029]: audit 2024-01-16T17:08:33.815436+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.735459+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.737810+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.738536+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:34.200 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.813002+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:34.201 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: cephadm 2024-01-16T17:08:33.813832+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:34.201 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.814109+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:34.201 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.814730+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:34.201 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:33 smithi053 bash[67436]: audit 2024-01-16T17:08:33.815436+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.735459+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.737810+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538128\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:04.538239\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.738536+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.813002+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: cephadm 2024-01-16T17:08:33.813832+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.814109+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.814730+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:34.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:33 smithi192 bash[64054]: audit 2024-01-16T17:08:33.815436+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:35.194 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:34 smithi053 bash[64029]: cluster 2024-01-16T17:08:34.795936+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-16T17:08:35.194 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:34 smithi053 bash[67436]: cluster 2024-01-16T17:08:34.795936+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-16T17:08:35.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:34 smithi192 bash[64054]: cluster 2024-01-16T17:08:34.795936+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-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.234272+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.238722+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: cluster 2024-01-16T17:08:35.763408+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.764401+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.765314+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.828453+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]: dispatch 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.832100+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]': finished 2024-01-16T17:08:36.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: cluster 2024-01-16T17:08:35.832127+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T17:08:36.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:35 smithi192 bash[64054]: audit 2024-01-16T17:08:35.832237+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:36.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.234272+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:36.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.234272+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.238722+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: cluster 2024-01-16T17:08:35.763408+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.764401+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.238722+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}}, \"last_daemon_update\": \"2024-01-16T17:08:35.233687\", \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: cluster 2024-01-16T17:08:35.763408+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.764401+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.765314+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.828453+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]: dispatch 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.832100+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]': finished 2024-01-16T17:08:36.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: cluster 2024-01-16T17:08:35.832127+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[67436]: audit 2024-01-16T17:08:35.832237+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.765314+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.192:0/2047379925' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.828453+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]: dispatch 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.832100+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.53:0/4060869621' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dab056c9-6047-4d4d-9de7-2b149fa9c43e"}]': finished 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: cluster 2024-01-16T17:08:35.832127+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T17:08:36.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:35 smithi053 bash[64029]: audit 2024-01-16T17:08:35.832237+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[64029]: cluster 2024-01-16T17:08:36.242437+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[64029]: audit 2024-01-16T17:08:36.242580+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[64029]: audit 2024-01-16T17:08:36.531641+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.53:0/4294326653' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[64029]: cluster 2024-01-16T17:08:36.796302+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[67436]: cluster 2024-01-16T17:08:36.242437+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[67436]: audit 2024-01-16T17:08:36.242580+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[67436]: audit 2024-01-16T17:08:36.531641+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.53:0/4294326653' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:37.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:37 smithi053 bash[67436]: cluster 2024-01-16T17:08:36.796302+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:37.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:37 smithi192 bash[64054]: cluster 2024-01-16T17:08:36.242437+0000 mon.a (mon.0) 185 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-01-16T17:08:37.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:37 smithi192 bash[64054]: audit 2024-01-16T17:08:36.242580+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:08:37.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:37 smithi192 bash[64054]: audit 2024-01-16T17:08:36.531641+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.53:0/4294326653' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:37.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:37 smithi192 bash[64054]: cluster 2024-01-16T17:08:36.796302+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:39.058 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:38 smithi053 bash[67436]: audit 2024-01-16T17:08:38.778756+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:39.058 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:38 smithi053 bash[64029]: audit 2024-01-16T17:08:38.778756+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:39.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:38 smithi192 bash[64054]: audit 2024-01-16T17:08:38.778756+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:39 smithi192 bash[64054]: cluster 2024-01-16T17:08:38.796653+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:39 smithi053 bash[64029]: cluster 2024-01-16T17:08:38.796653+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:39 smithi053 bash[67436]: cluster 2024-01-16T17:08:38.796653+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[64029]: audit 2024-01-16T17:08:40.391120+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[64029]: audit 2024-01-16T17:08:40.391698+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[64029]: audit 2024-01-16T17:08:40.392312+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[67436]: audit 2024-01-16T17:08:40.391120+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[67436]: audit 2024-01-16T17:08:40.391698+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:41.096 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:40 smithi053 bash[67436]: audit 2024-01-16T17:08:40.392312+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:41.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:40 smithi192 bash[64054]: audit 2024-01-16T17:08:40.391120+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:41.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:40 smithi192 bash[64054]: audit 2024-01-16T17:08:40.391698+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:41.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:40 smithi192 bash[64054]: audit 2024-01-16T17:08:40.392312+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:41.507 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 0 on host 'smithi053' 2024-01-16T17:08:41.975 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[64029]: cephadm 2024-01-16T17:08:40.392125+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:41.975 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[64029]: cluster 2024-01-16T17:08:40.796902+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[67436]: cephadm 2024-01-16T17:08:40.392125+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[67436]: cluster 2024-01-16T17:08:40.796902+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[64029]: audit 2024-01-16T17:08:41.519721+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[64029]: audit 2024-01-16T17:08:41.520407+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[64029]: audit 2024-01-16T17:08:41.523155+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:41.976 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[67436]: audit 2024-01-16T17:08:41.519721+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:41.977 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[67436]: audit 2024-01-16T17:08:41.520407+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:41.977 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:41 smithi053 bash[67436]: audit 2024-01-16T17:08:41.523155+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:42.044 DEBUG:teuthology.orchestra.run.smithi053:osd.0> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.0.service 2024-01-16T17:08:42.046 INFO:tasks.cephadm:Deploying osd.1 on smithi053 with /dev/vg_nvme/lv_3... 2024-01-16T17:08:42.046 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-16T17:08:42.078 INFO:journalctl@ceph.osd.0.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:08:42.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:41 smithi192 bash[64054]: cephadm 2024-01-16T17:08:40.392125+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:42.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:41 smithi192 bash[64054]: cluster 2024-01-16T17:08:40.796902+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:42.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:41 smithi192 bash[64054]: audit 2024-01-16T17:08:41.519721+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:42.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:41 smithi192 bash[64054]: audit 2024-01-16T17:08:41.520407+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:42.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:41 smithi192 bash[64054]: audit 2024-01-16T17:08:41.523155+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233508\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233585\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:35.233618\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_device_update\": \"2024-01-16T17:07:24.742396\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:42.265 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: 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-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T17:08:42.266 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:42 smithi053 bash[69493]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-16T17:08:43.659 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[69820]: debug 2024-01-16T17:08:43.416+0000 7fc39df2fec0 -1 Falling back to public interface 2024-01-16T17:08:43.958 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[67436]: cluster 2024-01-16T17:08:42.797137+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:43.958 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[69820]: debug 2024-01-16T17:08:43.974+0000 7fc39df2fec0 -1 osd.0 0 log_to_monitors {default=true} 2024-01-16T17:08:43.959 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[67436]: audit 2024-01-16T17:08:42.856109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:43.959 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[67436]: audit 2024-01-16T17:08:42.858770+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:43.959 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[67436]: audit 2024-01-16T17:08:42.859260+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:43.959 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[64029]: cluster 2024-01-16T17:08:42.797137+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:43.960 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[64029]: audit 2024-01-16T17:08:42.856109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:43.960 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[64029]: audit 2024-01-16T17:08:42.858770+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:43.960 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:43 smithi053 bash[64029]: audit 2024-01-16T17:08:42.859260+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:44.203 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-16T17:08:44.203 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-16T17:08:44.203 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-01-16T17:08:44.204 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-01-16T17:08:44.204 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0106886 s, 981 MB/s 2024-01-16T17:08:44.204 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-01-16T17:08:44.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:43 smithi192 bash[64054]: cluster 2024-01-16T17:08:42.797137+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v37: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:44.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:43 smithi192 bash[64054]: audit 2024-01-16T17:08:42.856109+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:44.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:43 smithi192 bash[64054]: audit 2024-01-16T17:08:42.858770+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:44.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:43 smithi192 bash[64054]: audit 2024-01-16T17:08:42.859260+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:44.586 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi053:vg_nvme/lv_3 2024-01-16T17:08:44.824 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:44 smithi053 bash[67436]: audit 2024-01-16T17:08:43.979151+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:44.824 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:44 smithi053 bash[67436]: audit 2024-01-16T17:08:43.979438+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-16T17:08:44.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:44 smithi053 bash[64029]: audit 2024-01-16T17:08:43.979151+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:44.825 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:44 smithi053 bash[64029]: audit 2024-01-16T17:08:43.979438+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-16T17:08:45.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:44 smithi192 bash[64054]: audit 2024-01-16T17:08:43.979151+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:45.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:44 smithi192 bash[64054]: audit 2024-01-16T17:08:43.979438+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-16T17:08:46.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[69820]: debug 2024-01-16T17:08:45.814+0000 7fc382cdc700 -1 osd.0 0 waiting for initial osdmap 2024-01-16T17:08:46.017 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[69820]: debug 2024-01-16T17:08:45.816+0000 7fc38def8700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: cluster 2024-01-16T17:08:44.797406+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:44.808935+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-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: cluster 2024-01-16T17:08:44.808986+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:44.809116+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:44.809761+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:44.810092+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=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:45.197910+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:46.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: cluster 2024-01-16T17:08:44.797406+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:46.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:44.808935+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-16T17:08:46.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: cluster 2024-01-16T17:08:44.808986+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T17:08:46.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:44.809116+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:46.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:44.809761+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:44.810092+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=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:45.197910+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:45.409656+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[64029]: audit 2024-01-16T17:08:45.412903+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:45.409656+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:46.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:45 smithi053 bash[67436]: audit 2024-01-16T17:08:45.412903+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: cluster 2024-01-16T17:08:44.797406+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:44.808935+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-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: cluster 2024-01-16T17:08:44.808986+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:44.809116+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:44.809761+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:44.810092+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=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:45.197910+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:45.409656+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:45 smithi192 bash[64054]: audit 2024-01-16T17:08:45.412903+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"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-16T17:08:42.855502\", \"created\": \"2024-01-16T17:08:41.487791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:40.390850\"}}, \"last_daemon_update\": \"2024-01-16T17:08:42.855560\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:46.833 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: cluster 2024-01-16T17:08:44.986909+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:08:46.833 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: cluster 2024-01-16T17:08:44.987004+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:08:46.833 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: audit 2024-01-16T17:08:45.809667+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:08:46.833 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: cluster 2024-01-16T17:08:45.809720+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: audit 2024-01-16T17:08:45.810203+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: audit 2024-01-16T17:08:45.956314+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: audit 2024-01-16T17:08:45.956850+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[64029]: audit 2024-01-16T17:08:45.957542+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: cluster 2024-01-16T17:08:44.986909+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: cluster 2024-01-16T17:08:44.987004+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: audit 2024-01-16T17:08:45.809667+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: cluster 2024-01-16T17:08:45.809720+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T17:08:46.834 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: audit 2024-01-16T17:08:45.810203+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:46.835 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: audit 2024-01-16T17:08:45.956314+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:46.835 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: audit 2024-01-16T17:08:45.956850+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:46.835 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:46 smithi053 bash[67436]: audit 2024-01-16T17:08:45.957542+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:47.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: cluster 2024-01-16T17:08:44.986909+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:08:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: cluster 2024-01-16T17:08:44.987004+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:08:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: audit 2024-01-16T17:08:45.809667+0000 mon.a (mon.0) 206 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:08:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: cluster 2024-01-16T17:08:45.809720+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T17:08:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: audit 2024-01-16T17:08:45.810203+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: audit 2024-01-16T17:08:45.956314+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:08:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: audit 2024-01-16T17:08:45.956850+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:46 smithi192 bash[64054]: audit 2024-01-16T17:08:45.957542+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: audit 2024-01-16T17:08:45.955490+0000 mgr.y (mgr.14142) 52 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: cephadm 2024-01-16T17:08:45.956076+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: cluster 2024-01-16T17:08:46.797808+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: cluster 2024-01-16T17:08:46.819599+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814] boot 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: cluster 2024-01-16T17:08:46.819640+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: audit 2024-01-16T17:08:46.820344+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:48.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: audit 2024-01-16T17:08:47.472529+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]: dispatch 2024-01-16T17:08:48.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: audit 2024-01-16T17:08:47.476045+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]': finished 2024-01-16T17:08:48.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: cluster 2024-01-16T17:08:47.476099+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T17:08:48.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:47 smithi192 bash[64054]: audit 2024-01-16T17:08:47.476229+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: audit 2024-01-16T17:08:45.955490+0000 mgr.y (mgr.14142) 52 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: cephadm 2024-01-16T17:08:45.956076+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: cluster 2024-01-16T17:08:46.797808+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: cluster 2024-01-16T17:08:46.819599+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814] boot 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: cluster 2024-01-16T17:08:46.819640+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T17:08:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: audit 2024-01-16T17:08:46.820344+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: audit 2024-01-16T17:08:47.472529+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: audit 2024-01-16T17:08:47.476045+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]': finished 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: cluster 2024-01-16T17:08:47.476099+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[64029]: audit 2024-01-16T17:08:47.476229+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: audit 2024-01-16T17:08:45.955490+0000 mgr.y (mgr.14142) 52 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: cephadm 2024-01-16T17:08:45.956076+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: cluster 2024-01-16T17:08:46.797808+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: cluster 2024-01-16T17:08:46.819599+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.53:6802/1288798814,v1:172.21.15.53:6803/1288798814] boot 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: cluster 2024-01-16T17:08:46.819640+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: audit 2024-01-16T17:08:46.820344+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: audit 2024-01-16T17:08:47.472529+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]: dispatch 2024-01-16T17:08:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: audit 2024-01-16T17:08:47.476045+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.53:0/1046146959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2dac01bb-38b9-4123-8c3a-fb33db9a1773"}]': finished 2024-01-16T17:08:48.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: cluster 2024-01-16T17:08:47.476099+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T17:08:48.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:47 smithi053 bash[67436]: audit 2024-01-16T17:08:47.476229+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:49.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:48 smithi192 bash[64054]: audit 2024-01-16T17:08:48.188528+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.53:0/1175547581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:49.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:48 smithi192 bash[64054]: cluster 2024-01-16T17:08:48.477360+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T17:08:49.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:48 smithi192 bash[64054]: audit 2024-01-16T17:08:48.477498+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:49.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[64029]: audit 2024-01-16T17:08:48.188528+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.53:0/1175547581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:49.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[64029]: cluster 2024-01-16T17:08:48.477360+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T17:08:49.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[64029]: audit 2024-01-16T17:08:48.477498+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:49.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[67436]: audit 2024-01-16T17:08:48.188528+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.53:0/1175547581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:08:49.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[67436]: cluster 2024-01-16T17:08:48.477360+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T17:08:49.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:48 smithi053 bash[67436]: audit 2024-01-16T17:08:48.477498+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:50.072 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:49 smithi053 bash[67436]: cluster 2024-01-16T17:08:48.798153+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:50.072 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:49 smithi053 bash[64029]: cluster 2024-01-16T17:08:48.798153+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:49 smithi192 bash[64054]: cluster 2024-01-16T17:08:48.798153+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:51.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:50 smithi053 bash[64029]: audit 2024-01-16T17:08:50.425599+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:51.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:50 smithi053 bash[67436]: audit 2024-01-16T17:08:50.425599+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:50 smithi192 bash[64054]: audit 2024-01-16T17:08:50.425599+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:52.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:51 smithi053 bash[64029]: cluster 2024-01-16T17:08:50.798490+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:52.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:51 smithi053 bash[67436]: cluster 2024-01-16T17:08:50.798490+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:51 smithi192 bash[64054]: cluster 2024-01-16T17:08:50.798490+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:53.208 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[67436]: audit 2024-01-16T17:08:52.048032+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:53.208 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[67436]: audit 2024-01-16T17:08:52.048637+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:53.208 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[67436]: audit 2024-01-16T17:08:52.049297+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:53.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[64029]: audit 2024-01-16T17:08:52.048032+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:53.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[64029]: audit 2024-01-16T17:08:52.048637+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:53.209 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:52 smithi053 bash[64029]: audit 2024-01-16T17:08:52.049297+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:53.209 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:52 smithi053 systemd[1]: Stopping Ceph osd.0 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:08:53.209 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[69820]: debug 2024-01-16T17:08:53.020+0000 7fc395777700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:08:53.209 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[69820]: debug 2024-01-16T17:08:53.020+0000 7fc395777700 -1 osd.0 12 *** Got signal Terminated *** 2024-01-16T17:08:53.209 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[69820]: debug 2024-01-16T17:08:53.020+0000 7fc395777700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:08:53.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:52 smithi192 bash[64054]: audit 2024-01-16T17:08:52.048032+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T17:08:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:52 smithi192 bash[64054]: audit 2024-01-16T17:08:52.048637+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:52 smithi192 bash[64054]: audit 2024-01-16T17:08:52.049297+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T17:08:53.491 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:53 smithi053 podman[70985]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.0 2024-01-16T17:08:54.117 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[64029]: cephadm 2024-01-16T17:08:52.049069+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:54.117 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[64029]: cluster 2024-01-16T17:08:52.798785+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v47: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:54.117 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[67436]: cephadm 2024-01-16T17:08:52.049069+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:54.117 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:53 smithi053 bash[67436]: cluster 2024-01-16T17:08:52.798785+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v47: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:53 smithi192 bash[64054]: cephadm 2024-01-16T17:08:52.049069+0000 mgr.y (mgr.14142) 57 : cephadm [INF] Deploying daemon osd.0 on smithi053 2024-01-16T17:08:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:53 smithi192 bash[64054]: cluster 2024-01-16T17:08:52.798785+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v47: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:54.419 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.0.service: Succeeded. 2024-01-16T17:08:54.419 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 systemd[1]: Stopped Ceph osd.0 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:08:54.419 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 systemd[1]: Starting Ceph osd.0 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:08:54.419 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 podman[71121]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.0" found: no such container 2024-01-16T17:08:54.419 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 systemd[1]: Started Ceph osd.0 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: 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-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T17:08:55.016 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[71137]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.320486+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.321045+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.323992+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.324857+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.326355+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[64029]: audit 2024-01-16T17:08:54.327092+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.320486+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:55.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.321045+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.323992+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:55.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.324857+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:08:55.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.326355+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:55.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:54 smithi053 bash[67436]: audit 2024-01-16T17:08:54.327092+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.320486+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.321045+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.323992+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855363\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855438\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:42.855472\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.324857+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.326355+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:08:55.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:54 smithi192 bash[64054]: audit 2024-01-16T17:08:54.327092+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:08:55.994 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 0,1 on host 'smithi053' 2024-01-16T17:08:56.098 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:55 smithi053 bash[64029]: cephadm 2024-01-16T17:08:54.326862+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:08:56.098 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:55 smithi053 bash[64029]: cluster 2024-01-16T17:08:54.799061+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:56.098 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:55 smithi053 bash[67436]: cephadm 2024-01-16T17:08:54.326862+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:08:56.098 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:55 smithi053 bash[67436]: cluster 2024-01-16T17:08:54.799061+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:56.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:55 smithi192 bash[64054]: cephadm 2024-01-16T17:08:54.326862+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:08:56.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:55 smithi192 bash[64054]: cluster 2024-01-16T17:08:54.799061+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:56.436 DEBUG:teuthology.orchestra.run.smithi053:osd.1> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.1.service 2024-01-16T17:08:56.438 INFO:tasks.cephadm:Deploying osd.2 on smithi053 with /dev/vg_nvme/lv_2... 2024-01-16T17:08:56.438 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-16T17:08:56.471 INFO:journalctl@ceph.osd.1.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:08:56.655 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71342]: debug 2024-01-16T17:08:56.383+0000 7fd2fff22ec0 -1 Falling back to public interface 2024-01-16T17:08:56.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[67436]: audit 2024-01-16T17:08:55.893872+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:56.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[67436]: audit 2024-01-16T17:08:55.896430+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:56.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[67436]: audit 2024-01-16T17:08:56.005249+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:56.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[67436]: audit 2024-01-16T17:08:56.005988+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71342]: debug 2024-01-16T17:08:56.939+0000 7fd2fff22ec0 -1 osd.0 12 log_to_monitors {default=true} 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: 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-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T17:08:56.924 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71547]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[64029]: audit 2024-01-16T17:08:55.893872+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[64029]: audit 2024-01-16T17:08:55.896430+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[67436]: audit 2024-01-16T17:08:56.009082+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[64029]: audit 2024-01-16T17:08:56.005249+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[64029]: audit 2024-01-16T17:08:56.005988+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:56.925 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[64029]: audit 2024-01-16T17:08:56.009082+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:57.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:56 smithi192 bash[64054]: audit 2024-01-16T17:08:55.893872+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:57.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:56 smithi192 bash[64054]: audit 2024-01-16T17:08:55.896430+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}}, \"last_daemon_update\": \"2024-01-16T17:08:55.893316\", \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:57.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:56 smithi192 bash[64054]: audit 2024-01-16T17:08:56.005249+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:57.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:56 smithi192 bash[64054]: audit 2024-01-16T17:08:56.005988+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:08:57.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:56 smithi192 bash[64054]: audit 2024-01-16T17:08:56.009082+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893108\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893185\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893218\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:55.893247\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_device_update\": \"2024-01-16T17:08:45.409074\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:57.237 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:08:56 smithi053 bash[71342]: debug 2024-01-16T17:08:56.945+0000 7fd2f3ef3700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0099352 s, 1.1 GB/s 2024-01-16T17:08:58.008 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: cluster 2024-01-16T17:08:56.799401+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: audit 2024-01-16T17:08:56.943309+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: audit 2024-01-16T17:08:56.943691+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: audit 2024-01-16T17:08:57.531947+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: audit 2024-01-16T17:08:57.534788+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:57 smithi192 bash[64054]: audit 2024-01-16T17:08:57.535336+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:58.225 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: cluster 2024-01-16T17:08:56.799401+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:58.226 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: audit 2024-01-16T17:08:56.943309+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:58.226 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: audit 2024-01-16T17:08:56.943691+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:58.226 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[72044]: debug 2024-01-16T17:08:58.242+0000 7fdd894ceec0 -1 Falling back to public interface 2024-01-16T17:08:58.226 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: audit 2024-01-16T17:08:57.531947+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:58.226 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: audit 2024-01-16T17:08:57.534788+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[67436]: audit 2024-01-16T17:08:57.535336+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: cluster 2024-01-16T17:08:56.799401+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: audit 2024-01-16T17:08:56.943309+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: audit 2024-01-16T17:08:56.943691+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: audit 2024-01-16T17:08:57.531947+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: audit 2024-01-16T17:08:57.534788+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:08:58.227 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:57 smithi053 bash[64029]: audit 2024-01-16T17:08:57.535336+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:08:58.587 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi053:vg_nvme/lv_2 2024-01-16T17:08:58.829 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[72044]: debug 2024-01-16T17:08:58.801+0000 7fdd894ceec0 -1 osd.1 0 log_to_monitors {default=true} 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:57.835872+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:57.835907+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:57.835927+0000 mon.a (mon.0) 244 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:57.839907+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: audit 2024-01-16T17:08:57.840472+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: audit 2024-01-16T17:08:58.805517+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:58.830 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: audit 2024-01-16T17:08:58.805797+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:58.831 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.837245+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:08:58.831 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.837267+0000 mon.a (mon.0) 249 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:08:58.831 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.837277+0000 mon.a (mon.0) 250 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T17:08:59.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:57.835872+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:08:59.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:57.835907+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:57.835927+0000 mon.a (mon.0) 244 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:57.839907+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: audit 2024-01-16T17:08:57.840472+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: audit 2024-01-16T17:08:58.805517+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: audit 2024-01-16T17:08:58.805797+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.837245+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.837267+0000 mon.a (mon.0) 249 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:08:59.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:58 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.837277+0000 mon.a (mon.0) 250 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:57.835872+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:57.835907+0000 mon.a (mon.0) 243 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:57.835927+0000 mon.a (mon.0) 244 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:57.839907+0000 mon.a (mon.0) 245 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: audit 2024-01-16T17:08:57.840472+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: audit 2024-01-16T17:08:58.805517+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: audit 2024-01-16T17:08:58.805797+0000 mon.a (mon.0) 247 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:08:59.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.837245+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:08:59.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.837267+0000 mon.a (mon.0) 249 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:08:59.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:58 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.837277+0000 mon.a (mon.0) 250 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.799704+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.841189+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554] boot 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:58.841253+0000 mon.a (mon.0) 252 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: cluster 2024-01-16T17:08:58.841296+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:58.841977+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:58.842113+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:58.842420+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:58.846058+0000 mon.a (mon.0) 256 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:59.842110+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=smithi053", "root=default"]}]': finished 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: cluster 2024-01-16T17:08:59.842161+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T17:09:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:08:59 smithi192 bash[64054]: audit 2024-01-16T17:08:59.842288+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:00.243 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[72044]: debug 2024-01-16T17:08:59.843+0000 7fdd6e27b700 -1 osd.1 0 waiting for initial osdmap 2024-01-16T17:09:00.243 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[72044]: debug 2024-01-16T17:08:59.847+0000 7fdd79497700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:09:00.243 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.799704+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.841189+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554] boot 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:58.841253+0000 mon.a (mon.0) 252 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: cluster 2024-01-16T17:08:58.841296+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:58.841977+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:58.842113+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:58.842420+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:58.846058+0000 mon.a (mon.0) 256 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:59.842110+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=smithi053", "root=default"]}]': finished 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: cluster 2024-01-16T17:08:59.842161+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[67436]: audit 2024-01-16T17:08:59.842288+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.799704+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v51: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:00.244 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.841189+0000 mon.a (mon.0) 251 : cluster [INF] osd.0 [v2:172.21.15.53:6802/2948181554,v1:172.21.15.53:6803/2948181554] boot 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:58.841253+0000 mon.a (mon.0) 252 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: cluster 2024-01-16T17:08:58.841296+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:58.841977+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:58.842113+0000 mon.c (mon.1) 6 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:58.842420+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:58.846058+0000 mon.a (mon.0) 256 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:59.842110+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=smithi053", "root=default"]}]': finished 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: cluster 2024-01-16T17:08:59.842161+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T17:09:00.245 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:08:59 smithi053 bash[64029]: audit 2024-01-16T17:08:59.842288+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: cluster 2024-01-16T17:08:59.861724+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: cluster 2024-01-16T17:08:59.861781+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:08:59.934434+0000 mgr.y (mgr.14142) 63 : audit [DBG] from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: cephadm 2024-01-16T17:08:59.935019+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:08:59.935264+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:08:59.935817+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:08:59.936554+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:09:00.004821+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:09:00.225688+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:00 smithi192 bash[64054]: audit 2024-01-16T17:09:00.228621+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: cluster 2024-01-16T17:08:59.861724+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: cluster 2024-01-16T17:08:59.861781+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:08:59.934434+0000 mgr.y (mgr.14142) 63 : audit [DBG] from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: cephadm 2024-01-16T17:08:59.935019+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:08:59.935264+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:08:59.935817+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:08:59.936554+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:09:00.004821+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: cluster 2024-01-16T17:08:59.861724+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: cluster 2024-01-16T17:08:59.861781+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:08:59.934434+0000 mgr.y (mgr.14142) 63 : audit [DBG] from='client.14259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: cephadm 2024-01-16T17:08:59.935019+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:08:59.935264+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:08:59.935817+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:08:59.936554+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:09:00.004821+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:01.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:09:00.225688+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:01.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[64029]: audit 2024-01-16T17:09:00.228621+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:01.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:09:00.225688+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:01.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:00 smithi053 bash[67436]: audit 2024-01-16T17:09:00.228621+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531173\", \"created\": \"2024-01-16T17:08:55.973509\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:54.324649\"}}, \"last_daemon_update\": \"2024-01-16T17:08:57.531280\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:02.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: cluster 2024-01-16T17:09:00.800045+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:02.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: cluster 2024-01-16T17:09:00.851752+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945] boot 2024-01-16T17:09:02.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: cluster 2024-01-16T17:09:00.851801+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:00.852507+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:01.488299+0000 mon.a (mon.0) 269 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]: dispatch 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:01.491941+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]': finished 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: cluster 2024-01-16T17:09:01.491981+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:01.492224+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:01.494340+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]: dispatch 2024-01-16T17:09:02.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:01 smithi192 bash[64054]: audit 2024-01-16T17:09:01.499513+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]': finished 2024-01-16T17:09:02.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: cluster 2024-01-16T17:09:00.800045+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: cluster 2024-01-16T17:09:00.851752+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945] boot 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: cluster 2024-01-16T17:09:00.851801+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:00.852507+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:01.488299+0000 mon.a (mon.0) 269 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]: dispatch 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:01.491941+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]': finished 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: cluster 2024-01-16T17:09:01.491981+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:01.492224+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:01.494340+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]: dispatch 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[64029]: audit 2024-01-16T17:09:01.499513+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]': finished 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: cluster 2024-01-16T17:09:00.800045+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: cluster 2024-01-16T17:09:00.851752+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.53:6810/403694945,v1:172.21.15.53:6811/403694945] boot 2024-01-16T17:09:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: cluster 2024-01-16T17:09:00.851801+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:00.852507+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:01.488299+0000 mon.a (mon.0) 269 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]: dispatch 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:01.491941+0000 mon.a (mon.0) 270 : audit [INF] from='client.? 172.21.15.53:0/2040412746' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa8345bb-a9d2-4fe2-904f-305010b8539f"}]': finished 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: cluster 2024-01-16T17:09:01.491981+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:01.492224+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:01.494340+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]: dispatch 2024-01-16T17:09:02.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:01 smithi053 bash[67436]: audit 2024-01-16T17:09:01.499513+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-170718"}]': finished 2024-01-16T17:09:03.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:02 smithi192 bash[64054]: audit 2024-01-16T17:09:02.231218+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.53:0/2191447787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:03.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:02 smithi192 bash[64054]: cluster 2024-01-16T17:09:02.501471+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T17:09:03.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:02 smithi192 bash[64054]: audit 2024-01-16T17:09:02.501599+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:03.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[64029]: audit 2024-01-16T17:09:02.231218+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.53:0/2191447787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:03.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[64029]: cluster 2024-01-16T17:09:02.501471+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T17:09:03.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[64029]: audit 2024-01-16T17:09:02.501599+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[67436]: audit 2024-01-16T17:09:02.231218+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.53:0/2191447787' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[67436]: cluster 2024-01-16T17:09:02.501471+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T17:09:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:02 smithi053 bash[67436]: audit 2024-01-16T17:09:02.501599+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:04.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[67436]: cluster 2024-01-16T17:09:02.800381+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:04.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[67436]: cluster 2024-01-16T17:09:03.499459+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T17:09:04.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[67436]: cluster 2024-01-16T17:09:03.499493+0000 mon.a (mon.0) 279 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:04.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[64029]: cluster 2024-01-16T17:09:02.800381+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:04.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[64029]: cluster 2024-01-16T17:09:03.499459+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T17:09:04.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:03 smithi053 bash[64029]: cluster 2024-01-16T17:09:03.499493+0000 mon.a (mon.0) 279 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:03 smithi192 bash[64054]: cluster 2024-01-16T17:09:02.800381+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:03 smithi192 bash[64054]: cluster 2024-01-16T17:09:03.499459+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T17:09:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:03 smithi192 bash[64054]: cluster 2024-01-16T17:09:03.499493+0000 mon.a (mon.0) 279 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:04 smithi192 bash[64054]: audit 2024-01-16T17:09:04.498035+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:05.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:04 smithi053 bash[67436]: audit 2024-01-16T17:09:04.498035+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:05.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:04 smithi053 bash[64029]: audit 2024-01-16T17:09:04.498035+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:05 smithi192 bash[64054]: cluster 2024-01-16T17:09:04.800680+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:06.226 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:05 smithi053 bash[67436]: cluster 2024-01-16T17:09:04.800680+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:06.226 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:05 smithi053 bash[64029]: cluster 2024-01-16T17:09:04.800680+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[64029]: audit 2024-01-16T17:09:06.313119+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[64029]: audit 2024-01-16T17:09:06.313677+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[64029]: audit 2024-01-16T17:09:06.314295+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[67436]: audit 2024-01-16T17:09:06.313119+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[67436]: audit 2024-01-16T17:09:06.313677+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:07.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:06 smithi053 bash[67436]: audit 2024-01-16T17:09:06.314295+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:09:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:06 smithi192 bash[64054]: audit 2024-01-16T17:09:06.313119+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T17:09:07.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:06 smithi192 bash[64054]: audit 2024-01-16T17:09:06.313677+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:07.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:06 smithi192 bash[64054]: audit 2024-01-16T17:09:06.314295+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T17:09:07.310 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:07 smithi053 systemd[1]: Stopping Ceph osd.1 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:07.673 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[72044]: debug 2024-01-16T17:09:07.326+0000 7fdd80d16700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:09:07.673 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[72044]: debug 2024-01-16T17:09:07.326+0000 7fdd80d16700 -1 osd.1 18 *** Got signal Terminated *** 2024-01-16T17:09:07.673 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[72044]: debug 2024-01-16T17:09:07.326+0000 7fdd80d16700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:09:07.673 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:07 smithi053 podman[73175]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.1 2024-01-16T17:09:07.995 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[67436]: cephadm 2024-01-16T17:09:06.314108+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:09:07.995 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[67436]: cluster 2024-01-16T17:09:06.800998+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v60: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:07.995 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[67436]: cluster 2024-01-16T17:09:07.577206+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:07.995 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[67436]: cluster 2024-01-16T17:09:07.577235+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:07.995 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[67436]: cluster 2024-01-16T17:09:07.577387+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:07.996 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[64029]: cephadm 2024-01-16T17:09:06.314108+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:09:07.996 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[64029]: cluster 2024-01-16T17:09:06.800998+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v60: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:07.996 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[64029]: cluster 2024-01-16T17:09:07.577206+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:07.996 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[64029]: cluster 2024-01-16T17:09:07.577235+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:07.996 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:07 smithi053 bash[64029]: cluster 2024-01-16T17:09:07.577387+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:07 smithi192 bash[64054]: cephadm 2024-01-16T17:09:06.314108+0000 mgr.y (mgr.14142) 68 : cephadm [INF] Deploying daemon osd.1 on smithi053 2024-01-16T17:09:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:07 smithi192 bash[64054]: cluster 2024-01-16T17:09:06.800998+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v60: 1 pgs: 1 active+undersized; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:07 smithi192 bash[64054]: cluster 2024-01-16T17:09:07.577206+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:07 smithi192 bash[64054]: cluster 2024-01-16T17:09:07.577235+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:07 smithi192 bash[64054]: cluster 2024-01-16T17:09:07.577387+0000 mon.a (mon.0) 286 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T17:09:08.612 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.1.service: Succeeded. 2024-01-16T17:09:08.612 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 systemd[1]: Stopped Ceph osd.1 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:08.612 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 systemd[1]: Starting Ceph osd.1 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:08.612 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 podman[73311]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.1" found: no such container 2024-01-16T17:09:08.612 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 systemd[1]: Started Ceph osd.1 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:08.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: cluster 2024-01-16T17:09:07.872784+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: cluster 2024-01-16T17:09:07.876580+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:07.876982+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.527072+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.527677+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.530465+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.531488+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.532457+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:08.863 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[64029]: audit 2024-01-16T17:09:08.533109+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:09.143 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T17:09:09.143 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: 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-16T17:09:09.143 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-16T17:09:09.143 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-16T17:09:09.143 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T17:09:09.144 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T17:09:09.144 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[73328]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: cluster 2024-01-16T17:09:07.872784+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: cluster 2024-01-16T17:09:07.876580+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:07.876982+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.527072+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.527677+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.530465+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.531488+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:09.144 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.532457+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:09.145 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:08 smithi053 bash[67436]: audit 2024-01-16T17:09:08.533109+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: cluster 2024-01-16T17:09:07.872784+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: cluster 2024-01-16T17:09:07.876580+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:07.876982+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.527072+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.527677+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.530465+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.530949\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531057\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531094\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:57.531124\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.531488+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.532457+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:08 smithi192 bash[64054]: audit 2024-01-16T17:09:08.533109+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:09.966 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[67436]: cephadm 2024-01-16T17:09:08.532900+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:09.966 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[67436]: cluster 2024-01-16T17:09:08.801273+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v62: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:09.966 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[67436]: cluster 2024-01-16T17:09:08.877734+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[67436]: audit 2024-01-16T17:09:08.877878+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[67436]: cluster 2024-01-16T17:09:09.528566+0000 mon.a (mon.0) 298 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[64029]: cephadm 2024-01-16T17:09:08.532900+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[64029]: cluster 2024-01-16T17:09:08.801273+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v62: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[64029]: cluster 2024-01-16T17:09:08.877734+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[64029]: audit 2024-01-16T17:09:08.877878+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:09.967 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:09 smithi053 bash[64029]: cluster 2024-01-16T17:09:09.528566+0000 mon.a (mon.0) 298 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:09:10.199 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 1,2 on host 'smithi053' 2024-01-16T17:09:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:09 smithi192 bash[64054]: cephadm 2024-01-16T17:09:08.532900+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:10.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:09 smithi192 bash[64054]: cluster 2024-01-16T17:09:08.801273+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v62: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:10.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:09 smithi192 bash[64054]: cluster 2024-01-16T17:09:08.877734+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T17:09:10.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:09 smithi192 bash[64054]: audit 2024-01-16T17:09:08.877878+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:10.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:09 smithi192 bash[64054]: cluster 2024-01-16T17:09:09.528566+0000 mon.a (mon.0) 298 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:09:10.637 DEBUG:teuthology.orchestra.run.smithi053:osd.2> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.2.service 2024-01-16T17:09:10.639 INFO:tasks.cephadm:Deploying osd.3 on smithi053 with /dev/vg_nvme/lv_1... 2024-01-16T17:09:10.639 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-16T17:09:10.672 INFO:journalctl@ceph.osd.2.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:09:10.871 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73569]: debug 2024-01-16T17:09:10.592+0000 7efd85c7eec0 -1 Falling back to public interface 2024-01-16T17:09:10.871 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: 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-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T17:09:10.872 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[73766]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-16T17:09:10.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[64029]: audit 2024-01-16T17:09:10.112708+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:10.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[64029]: audit 2024-01-16T17:09:10.116525+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:10.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[64029]: audit 2024-01-16T17:09:10.211507+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:10.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[64029]: audit 2024-01-16T17:09:10.211944+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:10.873 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[64029]: audit 2024-01-16T17:09:10.214508+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:11.147 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[73569]: debug 2024-01-16T17:09:11.164+0000 7efd85c7eec0 -1 osd.1 18 log_to_monitors {default=true} 2024-01-16T17:09:11.148 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[67436]: audit 2024-01-16T17:09:10.112708+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:11.148 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[67436]: audit 2024-01-16T17:09:10.116525+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:11.148 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[67436]: audit 2024-01-16T17:09:10.211507+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:11.148 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[67436]: audit 2024-01-16T17:09:10.211944+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:11.148 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:10 smithi053 bash[67436]: audit 2024-01-16T17:09:10.214508+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:11.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:10 smithi192 bash[64054]: audit 2024-01-16T17:09:10.112708+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:11.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:10 smithi192 bash[64054]: audit 2024-01-16T17:09:10.116525+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}}, \"last_daemon_update\": \"2024-01-16T17:09:10.112094\", \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:11.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:10 smithi192 bash[64054]: audit 2024-01-16T17:09:10.211507+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:11.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:10 smithi192 bash[64054]: audit 2024-01-16T17:09:10.211944+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:11.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:10 smithi192 bash[64054]: audit 2024-01-16T17:09:10.214508+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111709\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111826\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111905\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.111976\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:10.112017\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_device_update\": \"2024-01-16T17:09:00.224992\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:11.447 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[73569]: debug 2024-01-16T17:09:11.172+0000 7efd75c47700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:09:12.015 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[74201]: debug 2024-01-16T17:09:11.845+0000 7fbc1e99aec0 1 -- 172.21.15.53:0/1792440801 >> [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] conn(0x55bea0c9d400 msgr2=0x55bea0c99f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-16T17:09:12.015 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[74201]: debug 2024-01-16T17:09:11.845+0000 7fbc1e99aec0 1 --2- 172.21.15.53:0/1792440801 >> [v2:172.21.15.53:3300/0,v1:172.21.15.53:6789/0] conn(0x55bea0c9d400 0x55bea0c99f80 secure :-1 s=READY pgs=106 cs=0 l=1 rx=0x55bea0c2fd70 tx=0x55bea1908aa0).stop 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[67436]: cluster 2024-01-16T17:09:10.801695+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[67436]: audit 2024-01-16T17:09:11.168440+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[67436]: audit 2024-01-16T17:09:11.168809+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[67436]: audit 2024-01-16T17:09:11.169447+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[67436]: audit 2024-01-16T17:09:11.169700+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[64029]: cluster 2024-01-16T17:09:10.801695+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[64029]: audit 2024-01-16T17:09:11.168440+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[64029]: audit 2024-01-16T17:09:11.168809+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[64029]: audit 2024-01-16T17:09:11.169447+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:11 smithi053 bash[64029]: audit 2024-01-16T17:09:11.169700+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:11 smithi192 bash[64054]: cluster 2024-01-16T17:09:10.801695+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:11 smithi192 bash[64054]: audit 2024-01-16T17:09:11.168440+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:11 smithi192 bash[64054]: audit 2024-01-16T17:09:11.168809+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T17:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:11 smithi192 bash[64054]: audit 2024-01-16T17:09:11.169447+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:11 smithi192 bash[64054]: audit 2024-01-16T17:09:11.169700+0000 mon.a (mon.0) 305 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr: stderr: 10+0 records in 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr:10+0 records out 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00892497 s, 1.2 GB/s 2024-01-16T17:09:12.256 INFO:teuthology.orchestra.run.smithi053.stderr:--> Zapping successful for: 2024-01-16T17:09:12.516 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[74201]: debug 2024-01-16T17:09:12.368+0000 7fbc1e99aec0 -1 Falling back to public interface 2024-01-16T17:09:12.855 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi053:vg_nvme/lv_1 2024-01-16T17:09:13.087 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[74201]: debug 2024-01-16T17:09:12.931+0000 7fbc1e99aec0 -1 osd.2 0 log_to_monitors {default=true} 2024-01-16T17:09:13.087 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: cluster 2024-01-16T17:09:11.889566+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:13.087 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: cluster 2024-01-16T17:09:11.893386+0000 mon.a (mon.0) 307 : cluster [INF] osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206] boot 2024-01-16T17:09:13.087 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: cluster 2024-01-16T17:09:11.893445+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: audit 2024-01-16T17:09:11.894095+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: audit 2024-01-16T17:09:11.894416+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: audit 2024-01-16T17:09:11.910338+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: audit 2024-01-16T17:09:11.913023+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[64029]: audit 2024-01-16T17:09:11.913575+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: cluster 2024-01-16T17:09:11.889566+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: cluster 2024-01-16T17:09:11.893386+0000 mon.a (mon.0) 307 : cluster [INF] osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206] boot 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: cluster 2024-01-16T17:09:11.893445+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: audit 2024-01-16T17:09:11.894095+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: audit 2024-01-16T17:09:11.894416+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:13.088 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: audit 2024-01-16T17:09:11.910338+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:13.089 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: audit 2024-01-16T17:09:11.913023+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:13.089 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:12 smithi053 bash[67436]: audit 2024-01-16T17:09:11.913575+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: cluster 2024-01-16T17:09:11.889566+0000 mon.a (mon.0) 306 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: cluster 2024-01-16T17:09:11.893386+0000 mon.a (mon.0) 307 : cluster [INF] osd.1 [v2:172.21.15.53:6810/3896399206,v1:172.21.15.53:6811/3896399206] boot 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: cluster 2024-01-16T17:09:11.893445+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: audit 2024-01-16T17:09:11.894095+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: audit 2024-01-16T17:09:11.894416+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: audit 2024-01-16T17:09:11.910338+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: audit 2024-01-16T17:09:11.913023+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:13.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:12 smithi192 bash[64054]: audit 2024-01-16T17:09:11.913575+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:14.008 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[67436]: cluster 2024-01-16T17:09:12.802006+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:14.008 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[67436]: cluster 2024-01-16T17:09:12.899122+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T17:09:14.008 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[67436]: audit 2024-01-16T17:09:12.899825+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:14.008 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[67436]: audit 2024-01-16T17:09:12.936668+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[67436]: audit 2024-01-16T17:09:12.937025+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[64029]: cluster 2024-01-16T17:09:12.802006+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[64029]: cluster 2024-01-16T17:09:12.899122+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[64029]: audit 2024-01-16T17:09:12.899825+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[64029]: audit 2024-01-16T17:09:12.936668+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.009 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:13 smithi053 bash[64029]: audit 2024-01-16T17:09:12.937025+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:13 smithi192 bash[64054]: cluster 2024-01-16T17:09:12.802006+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:14.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:13 smithi192 bash[64054]: cluster 2024-01-16T17:09:12.899122+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T17:09:14.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:13 smithi192 bash[64054]: audit 2024-01-16T17:09:12.899825+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:14.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:13 smithi192 bash[64054]: audit 2024-01-16T17:09:12.936668+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:13 smithi192 bash[64054]: audit 2024-01-16T17:09:12.937025+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:14.903 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: cluster 2024-01-16T17:09:13.888897+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:14.903 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: cluster 2024-01-16T17:09:13.888949+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:14.903 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:13.915723+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T17:09:14.903 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: cluster 2024-01-16T17:09:13.915776+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T17:09:14.903 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:13.915951+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:13.916215+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:13.916500+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.063496+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.064065+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.064834+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.119589+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.344494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:14.904 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[64029]: audit 2024-01-16T17:09:14.347924+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:14.904 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[74201]: debug 2024-01-16T17:09:14.919+0000 7fbc03747700 -1 osd.2 0 waiting for initial osdmap 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: cluster 2024-01-16T17:09:13.888897+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: cluster 2024-01-16T17:09:13.888949+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:13.915723+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: cluster 2024-01-16T17:09:13.915776+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:13.915951+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:13.916215+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:13.916500+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.063496+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.064065+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.064834+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:15.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.119589+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:15.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.344494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:15.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:14 smithi192 bash[64054]: audit 2024-01-16T17:09:14.347924+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:15.265 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[74201]: debug 2024-01-16T17:09:14.925+0000 7fbc0e963700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: cluster 2024-01-16T17:09:13.888897+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: cluster 2024-01-16T17:09:13.888949+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:13.915723+0000 mon.a (mon.0) 317 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: cluster 2024-01-16T17:09:13.915776+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:13.915951+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:13.916215+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:13.916500+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.063496+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.064065+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.064834+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.119589+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.344494+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:14 smithi053 bash[67436]: audit 2024-01-16T17:09:14.347924+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"c5c47e40b6fb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:11.909663\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:11.608118\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:08.531292\"}}, \"last_daemon_update\": \"2024-01-16T17:09:11.909734\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:14.062673+0000 mgr.y (mgr.14142) 74 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: cephadm 2024-01-16T17:09:14.063233+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: cluster 2024-01-16T17:09:14.802293+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:14.917434+0000 mon.a (mon.0) 327 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: cluster 2024-01-16T17:09:14.917494+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:14.918048+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:15.605135+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.53:0/1701016228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:15.605477+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: cluster 2024-01-16T17:09:15.609748+0000 mon.a (mon.0) 331 : cluster [INF] osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120] boot 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:15.609794+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]': finished 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: cluster 2024-01-16T17:09:15.609835+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:15.609971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:15 smithi192 bash[64054]: audit 2024-01-16T17:09:15.610331+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:16.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:14.062673+0000 mgr.y (mgr.14142) 74 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: cephadm 2024-01-16T17:09:14.063233+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: cluster 2024-01-16T17:09:14.802293+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:14.917434+0000 mon.a (mon.0) 327 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: cluster 2024-01-16T17:09:14.917494+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:14.918048+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:15.605135+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.53:0/1701016228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:15.605477+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: cluster 2024-01-16T17:09:15.609748+0000 mon.a (mon.0) 331 : cluster [INF] osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120] boot 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:15.609794+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]': finished 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: cluster 2024-01-16T17:09:15.609835+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:15.609971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[64029]: audit 2024-01-16T17:09:15.610331+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:14.062673+0000 mgr.y (mgr.14142) 74 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi053:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: cephadm 2024-01-16T17:09:14.063233+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Applying osd on host smithi053... 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: cluster 2024-01-16T17:09:14.802293+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:14.917434+0000 mon.a (mon.0) 327 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: cluster 2024-01-16T17:09:14.917494+0000 mon.a (mon.0) 328 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:14.918048+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:15.605135+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.53:0/1701016228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:15.605477+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: cluster 2024-01-16T17:09:15.609748+0000 mon.a (mon.0) 331 : cluster [INF] osd.2 [v2:172.21.15.53:6818/3668098120,v1:172.21.15.53:6819/3668098120] boot 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:15.609794+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad567fac-b8fb-4d49-af40-edb096b95029"}]': finished 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: cluster 2024-01-16T17:09:15.609835+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:15.609971+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:16.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:15 smithi053 bash[67436]: audit 2024-01-16T17:09:15.610331+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:16 smithi192 bash[64054]: audit 2024-01-16T17:09:16.354425+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.53:0/1339332210' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:16 smithi192 bash[64054]: cluster 2024-01-16T17:09:16.610692+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T17:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:16 smithi192 bash[64054]: audit 2024-01-16T17:09:16.610859+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:17.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[64029]: audit 2024-01-16T17:09:16.354425+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.53:0/1339332210' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:17.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[64029]: cluster 2024-01-16T17:09:16.610692+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T17:09:17.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[64029]: audit 2024-01-16T17:09:16.610859+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:17.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[67436]: audit 2024-01-16T17:09:16.354425+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.53:0/1339332210' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:17.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[67436]: cluster 2024-01-16T17:09:16.610692+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T17:09:17.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:16 smithi053 bash[67436]: audit 2024-01-16T17:09:16.610859+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:17 smithi192 bash[64054]: cluster 2024-01-16T17:09:16.802702+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:17 smithi192 bash[64054]: cluster 2024-01-16T17:09:17.608495+0000 mon.a (mon.0) 338 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:09:18.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:17 smithi192 bash[64054]: cluster 2024-01-16T17:09:17.608564+0000 mon.a (mon.0) 339 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[67436]: cluster 2024-01-16T17:09:16.802702+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[67436]: cluster 2024-01-16T17:09:17.608495+0000 mon.a (mon.0) 338 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[67436]: cluster 2024-01-16T17:09:17.608564+0000 mon.a (mon.0) 339 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[64029]: cluster 2024-01-16T17:09:16.802702+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[64029]: cluster 2024-01-16T17:09:17.608495+0000 mon.a (mon.0) 338 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:09:18.238 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:17 smithi053 bash[64029]: cluster 2024-01-16T17:09:17.608564+0000 mon.a (mon.0) 339 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:18 smithi192 bash[64054]: audit 2024-01-16T17:09:18.580352+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:19.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:18 smithi053 bash[64029]: audit 2024-01-16T17:09:18.580352+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:19.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:18 smithi053 bash[67436]: audit 2024-01-16T17:09:18.580352+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:19 smithi192 bash[64054]: cluster 2024-01-16T17:09:18.803002+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:20.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:19 smithi053 bash[67436]: cluster 2024-01-16T17:09:18.803002+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:20.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:19 smithi053 bash[64029]: cluster 2024-01-16T17:09:18.803002+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:20.992 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[64029]: audit 2024-01-16T17:09:20.245656+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:20.992 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[64029]: audit 2024-01-16T17:09:20.246225+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:20.992 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[64029]: audit 2024-01-16T17:09:20.246848+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:20.992 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[67436]: audit 2024-01-16T17:09:20.245656+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:20.993 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[67436]: audit 2024-01-16T17:09:20.246225+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:20.993 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:20 smithi053 bash[67436]: audit 2024-01-16T17:09:20.246848+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:21.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:20 smithi192 bash[64054]: audit 2024-01-16T17:09:20.245656+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T17:09:21.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:20 smithi192 bash[64054]: audit 2024-01-16T17:09:20.246225+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:21.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:20 smithi192 bash[64054]: audit 2024-01-16T17:09:20.246848+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T17:09:21.265 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:21 smithi053 systemd[1]: Stopping Ceph osd.2 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:21.265 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[74201]: debug 2024-01-16T17:09:21.183+0000 7fbc161e2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:09:21.266 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[74201]: debug 2024-01-16T17:09:21.183+0000 7fbc161e2700 -1 osd.2 26 *** Got signal Terminated *** 2024-01-16T17:09:21.266 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[74201]: debug 2024-01-16T17:09:21.183+0000 7fbc161e2700 -1 osd.2 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:09:21.671 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:21 smithi053 podman[75432]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.2 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cephadm 2024-01-16T17:09:20.246632+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:20.803422+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.234799+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.234838+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.235061+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.235260+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.235356+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.435230+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.435323+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.435496+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.435633+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.836185+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.836318+0000 mon.a (mon.0) 354 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.836395+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.836548+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cephadm 2024-01-16T17:09:20.246632+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:20.803422+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.234799+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.234838+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.235061+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.235260+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.235356+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.435230+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.131 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.435323+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.435496+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.435633+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.836185+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.836318+0000 mon.a (mon.0) 354 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.836395+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:21 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.836548+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cephadm 2024-01-16T17:09:20.246632+0000 mgr.y (mgr.14142) 79 : cephadm [INF] Deploying daemon osd.2 on smithi053 2024-01-16T17:09:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:20.803422+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.234799+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.234838+0000 mon.a (mon.0) 345 : cluster [INF] osd.2 failed (root=default,host=smithi053) (connection refused reported by osd.0) 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.235061+0000 mon.a (mon.0) 346 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.235260+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.235356+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.435230+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.435323+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.435496+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.435633+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.836185+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.836318+0000 mon.a (mon.0) 354 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.836395+0000 mon.a (mon.0) 355 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:21 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.836548+0000 mon.a (mon.0) 356 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T17:09:22.419 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.2.service: Succeeded. 2024-01-16T17:09:22.419 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 systemd[1]: Stopped Ceph osd.2 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:22.419 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 systemd[1]: Starting Ceph osd.2 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:22.419 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 podman[75569]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.2" found: no such container 2024-01-16T17:09:22.419 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 systemd[1]: Started Ceph osd.2 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: 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-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T17:09:23.016 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[75585]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.936660+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: cluster 2024-01-16T17:09:21.944673+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:21.944781+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.936660+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: cluster 2024-01-16T17:09:21.944673+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:21.944781+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.349146+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:23.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.349723+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.352350+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.354035+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.355727+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[64029]: audit 2024-01-16T17:09:22.356415+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.349146+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.349723+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.352350+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.354035+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.355727+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:23.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:22 smithi053 bash[67436]: audit 2024-01-16T17:09:22.356415+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.936660+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: cluster 2024-01-16T17:09:21.944673+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:21.944781+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.349146+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.349723+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.352350+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909467\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909544\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909577\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909606\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:11.909635\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.354035+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.355727+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:23.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:22 smithi192 bash[64054]: audit 2024-01-16T17:09:22.356415+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T17:09:23.946 INFO:teuthology.orchestra.run.smithi053.stdout:Created osd(s) 2,3 on host 'smithi053' 2024-01-16T17:09:23.986 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[75922]: debug 2024-01-16T17:09:23.812+0000 7f28fecbeec0 1 -- 172.21.15.53:0/1233476225 >> [v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0] conn(0x55a999a49000 msgr2=0x55a999a45b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-16T17:09:23.986 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[75922]: debug 2024-01-16T17:09:23.812+0000 7f28fecbeec0 1 --2- 172.21.15.53:0/1233476225 >> [v2:172.21.15.53:3301/0,v1:172.21.15.53:6790/0] conn(0x55a999a49000 0x55a999a45b00 secure :-1 s=READY pgs=23 cs=0 l=1 rx=0x55a9999dbd70 tx=0x55a99a6b4aa0).stop 2024-01-16T17:09:23.986 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: cephadm 2024-01-16T17:09:22.356208+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Deploying daemon osd.3 on smithi053 2024-01-16T17:09:23.986 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: cluster 2024-01-16T17:09:22.803767+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v77: 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-16T17:09:23.986 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: cluster 2024-01-16T17:09:22.947047+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: audit 2024-01-16T17:09:22.947238+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: cephadm 2024-01-16T17:09:22.356208+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Deploying daemon osd.3 on smithi053 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: cluster 2024-01-16T17:09:22.803767+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v77: 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-16T17:09:23.987 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: cluster 2024-01-16T17:09:22.947047+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: audit 2024-01-16T17:09:22.947238+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: audit 2024-01-16T17:09:23.873601+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:23.987 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[67436]: audit 2024-01-16T17:09:23.876231+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:23.988 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: audit 2024-01-16T17:09:23.873601+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:23.988 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:23 smithi053 bash[64029]: audit 2024-01-16T17:09:23.876231+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: cephadm 2024-01-16T17:09:22.356208+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Deploying daemon osd.3 on smithi053 2024-01-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: cluster 2024-01-16T17:09:22.803767+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v77: 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-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: cluster 2024-01-16T17:09:22.947047+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: audit 2024-01-16T17:09:22.947238+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: audit 2024-01-16T17:09:23.873601+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:24.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:23 smithi192 bash[64054]: audit 2024-01-16T17:09:23.876231+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}}, \"last_daemon_update\": \"2024-01-16T17:09:23.872959\", \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:24.390 DEBUG:teuthology.orchestra.run.smithi053:osd.3> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.3.service 2024-01-16T17:09:24.392 INFO:tasks.cephadm:Deploying osd.4 on smithi192 with /dev/vg_nvme/lv_4... 2024-01-16T17:09:24.392 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-16T17:09:24.424 INFO:journalctl@ceph.osd.3.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:09:24.583 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[75922]: debug 2024-01-16T17:09:24.332+0000 7f28fecbeec0 -1 Falling back to public interface 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: 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-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-16T17:09:24.876 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[76048]: --> ceph-volume lvm activate successful for osd ID: 3 2024-01-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: audit 2024-01-16T17:09:23.957335+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: audit 2024-01-16T17:09:23.957758+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: audit 2024-01-16T17:09:23.960995+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: cluster 2024-01-16T17:09:24.804040+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v79: 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-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: audit 2024-01-16T17:09:24.897055+0000 mon.a (mon.0) 373 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:25.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:24 smithi192 bash[64054]: audit 2024-01-16T17:09:24.897497+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:25.165 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[75922]: debug 2024-01-16T17:09:24.891+0000 7f28fecbeec0 -1 osd.2 26 log_to_monitors {default=true} 2024-01-16T17:09:25.165 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[75922]: debug 2024-01-16T17:09:24.898+0000 7f28eec87700 -1 osd.2 26 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: audit 2024-01-16T17:09:23.957335+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: audit 2024-01-16T17:09:23.957758+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: audit 2024-01-16T17:09:23.957335+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: audit 2024-01-16T17:09:23.957758+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: audit 2024-01-16T17:09:23.960995+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:25.166 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: cluster 2024-01-16T17:09:24.804040+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v79: 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-16T17:09:25.166 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: audit 2024-01-16T17:09:24.897055+0000 mon.a (mon.0) 373 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:25.167 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[64029]: audit 2024-01-16T17:09:24.897497+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:25.167 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: audit 2024-01-16T17:09:23.960995+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872675\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872751\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872784\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872814\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:23.872843\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:23.872884\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_device_update\": \"2024-01-16T17:09:14.343785\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:25.167 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: cluster 2024-01-16T17:09:24.804040+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v79: 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-16T17:09:25.167 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: audit 2024-01-16T17:09:24.897055+0000 mon.a (mon.0) 373 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T17:09:25.167 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:24 smithi053 bash[67436]: audit 2024-01-16T17:09:24.897497+0000 mon.a (mon.0) 374 : audit [INF] from='osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:25.686 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-16T17:09:25.687 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-16T17:09:25.687 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-01-16T17:09:25.687 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-01-16T17:09:25.687 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110755 s, 947 MB/s 2024-01-16T17:09:25.687 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-01-16T17:09:25.945 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: cluster 2024-01-16T17:09:24.958618+0000 mon.a (mon.0) 375 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: cluster 2024-01-16T17:09:24.958642+0000 mon.a (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: cluster 2024-01-16T17:09:24.962504+0000 mon.a (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836] boot 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: cluster 2024-01-16T17:09:24.962558+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: audit 2024-01-16T17:09:24.963617+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: audit 2024-01-16T17:09:24.964054+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: audit 2024-01-16T17:09:25.307070+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: audit 2024-01-16T17:09:25.309832+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:25.946 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[67436]: audit 2024-01-16T17:09:25.310374+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:25.946 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[76445]: debug 2024-01-16T17:09:25.782+0000 7f6980affec0 -1 Falling back to public interface 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: cluster 2024-01-16T17:09:24.958618+0000 mon.a (mon.0) 375 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: cluster 2024-01-16T17:09:24.958642+0000 mon.a (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: cluster 2024-01-16T17:09:24.962504+0000 mon.a (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836] boot 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: cluster 2024-01-16T17:09:24.962558+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: audit 2024-01-16T17:09:24.963617+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: audit 2024-01-16T17:09:24.964054+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: audit 2024-01-16T17:09:25.307070+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: audit 2024-01-16T17:09:25.309832+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:25.947 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[64029]: audit 2024-01-16T17:09:25.310374+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:26.065 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: cluster 2024-01-16T17:09:24.958618+0000 mon.a (mon.0) 375 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: cluster 2024-01-16T17:09:24.958642+0000 mon.a (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: cluster 2024-01-16T17:09:24.962504+0000 mon.a (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.53:6818/1884215836,v1:172.21.15.53:6819/1884215836] boot 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: cluster 2024-01-16T17:09:24.962558+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: audit 2024-01-16T17:09:24.963617+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: audit 2024-01-16T17:09:24.964054+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: audit 2024-01-16T17:09:25.307070+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: audit 2024-01-16T17:09:25.309832+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:26.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:25 smithi192 bash[64054]: audit 2024-01-16T17:09:25.310374+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:26.265 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:09:25 smithi053 bash[75922]: debug 2024-01-16T17:09:25.961+0000 7f28d4c53700 -1 osd.2 30 build_incremental_map_msg missing incremental map 30 2024-01-16T17:09:26.765 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[76445]: debug 2024-01-16T17:09:26.343+0000 7f6980affec0 -1 osd.3 0 log_to_monitors {default=true} 2024-01-16T17:09:27.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:26 smithi192 bash[64054]: cluster 2024-01-16T17:09:25.963133+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T17:09:27.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:26 smithi192 bash[64054]: audit 2024-01-16T17:09:25.963267+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:27.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:26 smithi192 bash[64054]: audit 2024-01-16T17:09:26.348508+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T17:09:27.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:26 smithi192 bash[64054]: cluster 2024-01-16T17:09:26.804292+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[67436]: cluster 2024-01-16T17:09:25.963133+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[67436]: audit 2024-01-16T17:09:25.963267+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[67436]: audit 2024-01-16T17:09:26.348508+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[67436]: cluster 2024-01-16T17:09:26.804292+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[64029]: cluster 2024-01-16T17:09:25.963133+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[64029]: audit 2024-01-16T17:09:25.963267+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:27.219 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[64029]: audit 2024-01-16T17:09:26.348508+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T17:09:27.220 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:26 smithi053 bash[64029]: cluster 2024-01-16T17:09:26.804292+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:28.059 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:26.967857+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T17:09:28.059 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: cluster 2024-01-16T17:09:26.967906+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:26.968163+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:26.968465+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.223426+0000 mgr.y (mgr.14142) 85 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: cephadm 2024-01-16T17:09:27.224174+0000 mgr.y (mgr.14142) 86 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.224437+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.225000+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.225786+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.434219+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.647425+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:28.060 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:27 smithi192 bash[64054]: audit 2024-01-16T17:09:27.650134+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:28.265 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[76445]: debug 2024-01-16T17:09:27.969+0000 7f69658ac700 -1 osd.3 0 waiting for initial osdmap 2024-01-16T17:09:28.265 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[76445]: debug 2024-01-16T17:09:27.975+0000 7f6970ac8700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:26.967857+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: cluster 2024-01-16T17:09:26.967906+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:26.968163+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:26.968465+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.223426+0000 mgr.y (mgr.14142) 85 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: cephadm 2024-01-16T17:09:27.224174+0000 mgr.y (mgr.14142) 86 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.224437+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.225000+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.225786+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.434219+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:26.967857+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: cluster 2024-01-16T17:09:26.967906+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:26.968163+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:26.968465+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.223426+0000 mgr.y (mgr.14142) 85 : audit [DBG] from='client.34223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: cephadm 2024-01-16T17:09:27.224174+0000 mgr.y (mgr.14142) 86 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.224437+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.225000+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.225786+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.434219+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:28.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.647425+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:28.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[67436]: audit 2024-01-16T17:09:27.650134+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:28.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.647425+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:09:28.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:27 smithi053 bash[64029]: audit 2024-01-16T17:09:27.650134+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}}, \"last_daemon_update\": \"2024-01-16T17:09:25.306382\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:27.380995+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:27.381109+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:27.968232+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:27.968268+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:27.968904+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:28.676130+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.192:0/1308321499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:28.676634+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:28.681542+0000 mon.a (mon.0) 401 : cluster [INF] osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012] boot 2024-01-16T17:09:29.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:28.681590+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]': finished 2024-01-16T17:09:29.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:28.681643+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T17:09:29.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:28.681819+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: audit 2024-01-16T17:09:28.682259+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:29.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:28 smithi192 bash[64054]: cluster 2024-01-16T17:09:28.804726+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:27.380995+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:27.381109+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:27.968232+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:27.968268+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:27.968904+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:28.676130+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.192:0/1308321499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:28.676634+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:28.681542+0000 mon.a (mon.0) 401 : cluster [INF] osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012] boot 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:28.681590+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]': finished 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:28.681643+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T17:09:29.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:28.681819+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: audit 2024-01-16T17:09:28.682259+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[64029]: cluster 2024-01-16T17:09:28.804726+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:27.380995+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:27.381109+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:27.968232+0000 mon.a (mon.0) 397 : audit [INF] from='osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi053", "root=default"]}]': finished 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:27.968268+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:27.968904+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:28.676130+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.192:0/1308321499' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:28.676634+0000 mon.a (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]: dispatch 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:28.681542+0000 mon.a (mon.0) 401 : cluster [INF] osd.3 [v2:172.21.15.53:6826/536126012,v1:172.21.15.53:6827/536126012] boot 2024-01-16T17:09:29.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:28.681590+0000 mon.a (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24f18b6f-ce58-460e-b40b-b0c1bbea3ffd"}]': finished 2024-01-16T17:09:29.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:28.681643+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T17:09:29.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:28.681819+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:09:29.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: audit 2024-01-16T17:09:28.682259+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:29.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:28 smithi053 bash[67436]: cluster 2024-01-16T17:09:28.804726+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-01-16T17:09:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:29 smithi192 bash[64054]: audit 2024-01-16T17:09:29.433846+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.192:0/3438392712' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:30.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:29 smithi053 bash[64029]: audit 2024-01-16T17:09:29.433846+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.192:0/3438392712' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:30.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:29 smithi053 bash[67436]: audit 2024-01-16T17:09:29.433846+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.192:0/3438392712' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[64029]: cluster 2024-01-16T17:09:29.983271+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T17:09:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[64029]: audit 2024-01-16T17:09:29.983452+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[64029]: cluster 2024-01-16T17:09:30.805160+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:31.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[67436]: cluster 2024-01-16T17:09:29.983271+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T17:09:31.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[67436]: audit 2024-01-16T17:09:29.983452+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:31.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:30 smithi053 bash[67436]: cluster 2024-01-16T17:09:30.805160+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:31.330 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:30 smithi192 bash[64054]: cluster 2024-01-16T17:09:29.983271+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T17:09:31.330 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:30 smithi192 bash[64054]: audit 2024-01-16T17:09:29.983452+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:31.330 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:30 smithi192 bash[64054]: cluster 2024-01-16T17:09:30.805160+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:32.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:31 smithi192 bash[64054]: audit 2024-01-16T17:09:31.717533+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:32.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:31 smithi053 bash[64029]: audit 2024-01-16T17:09:31.717533+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:32.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:31 smithi053 bash[67436]: audit 2024-01-16T17:09:31.717533+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:34.076 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:33 smithi192 bash[64054]: cluster 2024-01-16T17:09:32.805517+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:34.076 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:33 smithi192 bash[64054]: audit 2024-01-16T17:09:33.224432+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:34.076 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:33 smithi192 bash[64054]: audit 2024-01-16T17:09:33.225319+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:34.076 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:33 smithi192 bash[64054]: audit 2024-01-16T17:09:33.226273+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:34.236 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4 on host 'smithi192' 2024-01-16T17:09:34.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[67436]: cluster 2024-01-16T17:09:32.805517+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:34.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[67436]: audit 2024-01-16T17:09:33.224432+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[67436]: audit 2024-01-16T17:09:33.225319+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[67436]: audit 2024-01-16T17:09:33.226273+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[64029]: cluster 2024-01-16T17:09:32.805517+0000 mgr.y (mgr.14142) 89 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[64029]: audit 2024-01-16T17:09:33.224432+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[64029]: audit 2024-01-16T17:09:33.225319+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:34.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:33 smithi053 bash[64029]: audit 2024-01-16T17:09:33.226273+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:34.700 DEBUG:teuthology.orchestra.run.smithi192:osd.4> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.4.service 2024-01-16T17:09:34.703 INFO:tasks.cephadm:Deploying osd.5 on smithi192 with /dev/vg_nvme/lv_3... 2024-01-16T17:09:34.703 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-16T17:09:34.732 INFO:journalctl@ceph.osd.4.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:09:34.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:34 smithi192 bash[64054]: cephadm 2024-01-16T17:09:33.225946+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:34.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:34 smithi192 bash[64054]: audit 2024-01-16T17:09:34.247282+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:34.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:34 smithi192 bash[64054]: audit 2024-01-16T17:09:34.247694+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:34.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:34 smithi192 bash[64054]: audit 2024-01-16T17:09:34.251319+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[64029]: cephadm 2024-01-16T17:09:33.225946+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[64029]: audit 2024-01-16T17:09:34.247282+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[64029]: audit 2024-01-16T17:09:34.247694+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[64029]: audit 2024-01-16T17:09:34.251319+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[67436]: cephadm 2024-01-16T17:09:33.225946+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[67436]: audit 2024-01-16T17:09:34.247282+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[67436]: audit 2024-01-16T17:09:34.247694+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:35.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:34 smithi053 bash[67436]: audit 2024-01-16T17:09:34.251319+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431461\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:08:32.431536\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_device_update\": \"2024-01-16T17:07:58.392178\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:35.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T17:09:35.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: 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-16T17:09:35.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-16T17:09:35.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-16T17:09:35.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T17:09:35.465 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T17:09:35.465 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[66243]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-16T17:09:36.052 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[64054]: cluster 2024-01-16T17:09:34.805874+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:36.052 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[64054]: audit 2024-01-16T17:09:35.475891+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:36.052 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[64054]: audit 2024-01-16T17:09:35.478999+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:36.052 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:35 smithi192 bash[64054]: audit 2024-01-16T17:09:35.479692+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[64029]: cluster 2024-01-16T17:09:34.805874+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[64029]: audit 2024-01-16T17:09:35.475891+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[64029]: audit 2024-01-16T17:09:35.478999+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[64029]: audit 2024-01-16T17:09:35.479692+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[67436]: cluster 2024-01-16T17:09:34.805874+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[67436]: audit 2024-01-16T17:09:35.475891+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[67436]: audit 2024-01-16T17:09:35.478999+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:36.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:35 smithi053 bash[67436]: audit 2024-01-16T17:09:35.479692+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127195 s, 824 MB/s 2024-01-16T17:09:36.386 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-01-16T17:09:36.687 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:36 smithi192 bash[66561]: debug 2024-01-16T17:09:36.387+0000 7fbf48aa7ec0 -1 Falling back to public interface 2024-01-16T17:09:36.718 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_3 2024-01-16T17:09:37.214 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:36 smithi192 bash[66561]: debug 2024-01-16T17:09:36.967+0000 7fbf48aa7ec0 -1 osd.4 0 log_to_monitors {default=true} 2024-01-16T17:09:38.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:37 smithi192 bash[64054]: cluster 2024-01-16T17:09:36.806194+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:38.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:37 smithi192 bash[64054]: audit 2024-01-16T17:09:36.970788+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:38.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:37 smithi192 bash[64054]: audit 2024-01-16T17:09:36.971090+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:38.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[64029]: cluster 2024-01-16T17:09:36.806194+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:38.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[64029]: audit 2024-01-16T17:09:36.970788+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:38.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[64029]: audit 2024-01-16T17:09:36.971090+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:38.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[67436]: cluster 2024-01-16T17:09:36.806194+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:38.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[67436]: audit 2024-01-16T17:09:36.970788+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:38.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:37 smithi053 bash[67436]: audit 2024-01-16T17:09:36.971090+0000 mon.a (mon.0) 418 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:39.126 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[66561]: debug 2024-01-16T17:09:38.822+0000 7fbf3185c700 -1 osd.4 0 waiting for initial osdmap 2024-01-16T17:09:39.126 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[66561]: debug 2024-01-16T17:09:38.828+0000 7fbf3ca78700 -1 osd.4 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:37.819525+0000 mon.a (mon.0) 419 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T17:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: cluster 2024-01-16T17:09:37.819576+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T17:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:37.820085+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:37.820177+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:37.820602+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.083925+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.254745+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.255531+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.256648+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.269932+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:38 smithi192 bash[64054]: audit 2024-01-16T17:09:38.273050+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:37.819525+0000 mon.a (mon.0) 419 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: cluster 2024-01-16T17:09:37.819576+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:37.820085+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:37.820177+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:37.820602+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.083925+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.254745+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.255531+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:39.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.256648+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:37.819525+0000 mon.a (mon.0) 419 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: cluster 2024-01-16T17:09:37.819576+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:37.820085+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:37.820177+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:37.820602+0000 mon.a (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.083925+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.254745+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.255531+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.256648+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:39.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.269932+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:39.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[64029]: audit 2024-01-16T17:09:38.273050+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:39.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.269932+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:39.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:38 smithi053 bash[67436]: audit 2024-01-16T17:09:38.273050+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475225\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:33.224109\"}}, \"last_daemon_update\": \"2024-01-16T17:09:35.475304\", \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:37.983030+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:37.983074+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:38.253736+0000 mgr.y (mgr.14142) 93 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cephadm 2024-01-16T17:09:38.254454+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:38.806612+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:38.821025+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:38.821103+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:38.821310+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:39.780251+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/978868781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:39.780642+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:39.785762+0000 mon.a (mon.0) 433 : cluster [INF] osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238] boot 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:39.785829+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]': finished 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: cluster 2024-01-16T17:09:39.785885+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:39.786074+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:39 smithi192 bash[64054]: audit 2024-01-16T17:09:39.786402+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:37.983030+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:37.983074+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:38.253736+0000 mgr.y (mgr.14142) 93 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cephadm 2024-01-16T17:09:38.254454+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:38.806612+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:38.821025+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:09:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:38.821103+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:38.821310+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:39.780251+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/978868781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:39.780642+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:39.785762+0000 mon.a (mon.0) 433 : cluster [INF] osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238] boot 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:39.785829+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]': finished 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: cluster 2024-01-16T17:09:39.785885+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:39.786074+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[64029]: audit 2024-01-16T17:09:39.786402+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:37.983030+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:37.983074+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:38.253736+0000 mgr.y (mgr.14142) 93 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cephadm 2024-01-16T17:09:38.254454+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:38.806612+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T17:09:40.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:38.821025+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:38.821103+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:38.821310+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:39.780251+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.192:0/978868781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:39.780642+0000 mon.a (mon.0) 432 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]: dispatch 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:39.785762+0000 mon.a (mon.0) 433 : cluster [INF] osd.4 [v2:172.21.15.192:6800/3927536238,v1:172.21.15.192:6801/3927536238] boot 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:39.785829+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28949ab5-5e0d-407a-b852-c79fc25f08e8"}]': finished 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: cluster 2024-01-16T17:09:39.785885+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:39.786074+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:39 smithi053 bash[67436]: audit 2024-01-16T17:09:39.786402+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:41.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:40 smithi192 bash[64054]: audit 2024-01-16T17:09:40.521558+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/2239063206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:41.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:40 smithi192 bash[64054]: cluster 2024-01-16T17:09:40.786790+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-16T17:09:41.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:40 smithi192 bash[64054]: audit 2024-01-16T17:09:40.787076+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:41.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[67436]: audit 2024-01-16T17:09:40.521558+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/2239063206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:41.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[67436]: cluster 2024-01-16T17:09:40.786790+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-16T17:09:41.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[67436]: audit 2024-01-16T17:09:40.787076+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:41.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[64029]: audit 2024-01-16T17:09:40.521558+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.192:0/2239063206' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:41.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[64029]: cluster 2024-01-16T17:09:40.786790+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-16T17:09:41.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:40 smithi053 bash[64029]: audit 2024-01-16T17:09:40.787076+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:41 smithi192 bash[64054]: cluster 2024-01-16T17:09:40.807085+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:42.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:41 smithi053 bash[64029]: cluster 2024-01-16T17:09:40.807085+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:42.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:41 smithi053 bash[67436]: cluster 2024-01-16T17:09:40.807085+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:42.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:42 smithi192 bash[64054]: audit 2024-01-16T17:09:42.719318+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:43.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:42 smithi053 bash[64029]: audit 2024-01-16T17:09:42.719318+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:43.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:42 smithi053 bash[67436]: audit 2024-01-16T17:09:42.719318+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:44.083 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:43 smithi192 bash[64054]: cluster 2024-01-16T17:09:42.807428+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 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-16T17:09:44.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:43 smithi053 bash[64029]: cluster 2024-01-16T17:09:42.807428+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 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-16T17:09:44.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:43 smithi053 bash[67436]: cluster 2024-01-16T17:09:42.807428+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 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-16T17:09:44.873 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:44 smithi192 bash[64054]: audit 2024-01-16T17:09:44.307211+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:44.873 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:44 smithi192 bash[64054]: audit 2024-01-16T17:09:44.308019+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:44.874 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:44 smithi192 bash[64054]: audit 2024-01-16T17:09:44.308924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[64029]: audit 2024-01-16T17:09:44.307211+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[64029]: audit 2024-01-16T17:09:44.308019+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[64029]: audit 2024-01-16T17:09:44.308924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[67436]: audit 2024-01-16T17:09:44.307211+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[67436]: audit 2024-01-16T17:09:44.308019+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:45.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:44 smithi053 bash[67436]: audit 2024-01-16T17:09:44.308924+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T17:09:45.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:45 smithi192 systemd[1]: Stopping Ceph osd.4 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:45.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[66561]: debug 2024-01-16T17:09:45.261+0000 7fbf402ef700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:09:45.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[66561]: debug 2024-01-16T17:09:45.261+0000 7fbf402ef700 -1 osd.4 38 *** Got signal Terminated *** 2024-01-16T17:09:45.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[66561]: debug 2024-01-16T17:09:45.261+0000 7fbf402ef700 -1 osd.4 38 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:09:45.824 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:45 smithi192 podman[67699]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.4 2024-01-16T17:09:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cephadm 2024-01-16T17:09:44.308614+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:44.807847+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v99: 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-16T17:09:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310257+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310326+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310513+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310567+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310704+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310794+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.310945+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.311003+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.311167+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.311275+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.510181+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.510249+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.511361+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.511527+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.511654+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.511749+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.511849+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.512003+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.512143+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.512240+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:45 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.512386+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cephadm 2024-01-16T17:09:44.308614+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:46.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:44.807847+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v99: 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-16T17:09:46.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310257+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310326+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310513+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310567+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310704+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310794+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.310945+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.311003+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.311167+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.311275+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.510181+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.510249+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.511361+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.511527+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.511654+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.511749+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.511849+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.512003+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.512143+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.512240+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.512386+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cephadm 2024-01-16T17:09:44.308614+0000 mgr.y (mgr.14142) 98 : cephadm [INF] Deploying daemon osd.4 on smithi192 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:44.807847+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v99: 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-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310257+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310326+0000 mon.a (mon.0) 445 : cluster [INF] osd.4 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310513+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310567+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310704+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310794+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.310945+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.311003+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.311167+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.311275+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.510181+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.510249+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.511361+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.511527+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.511654+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.511749+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.511849+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.512003+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.512143+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.512240+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T17:09:46.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:45 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.512386+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T17:09:46.526 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.4.service: Succeeded. 2024-01-16T17:09:46.526 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 systemd[1]: Stopped Ceph osd.4 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:46.526 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 systemd[1]: Starting Ceph osd.4 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:46.526 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 podman[67836]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.4" found: no such container 2024-01-16T17:09:46.526 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 systemd[1]: Started Ceph osd.4 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:09:47.214 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T17:09:47.214 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: 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-16T17:09:47.214 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-16T17:09:47.215 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-16T17:09:47.215 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T17:09:47.215 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T17:09:47.215 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[67852]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.841064+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.841099+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: cluster 2024-01-16T17:09:45.849699+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:45.849898+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.445357+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.445845+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.449127+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.450394+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:47.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.451522+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:47.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:46 smithi192 bash[64054]: audit 2024-01-16T17:09:46.452526+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.841064+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:47.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.841099+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:09:47.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: cluster 2024-01-16T17:09:45.849699+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T17:09:47.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:45.849898+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.841064+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.841099+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: cluster 2024-01-16T17:09:45.849699+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:45.849898+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.445357+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.445845+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.445357+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.445845+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.449127+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.450394+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.451522+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[64029]: audit 2024-01-16T17:09:46.452526+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.449127+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.450394+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.451522+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:47.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:46 smithi053 bash[67436]: audit 2024-01-16T17:09:46.452526+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:47.630 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4,5 on host 'smithi192' 2024-01-16T17:09:47.979 DEBUG:teuthology.orchestra.run.smithi192:osd.5> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.5.service 2024-01-16T17:09:47.981 INFO:tasks.cephadm:Deploying osd.6 on smithi192 with /dev/vg_nvme/lv_2... 2024-01-16T17:09:47.981 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-16T17:09:48.012 INFO:journalctl@ceph.osd.5.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: cephadm 2024-01-16T17:09:46.452212+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: cluster 2024-01-16T17:09:46.808230+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 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-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: cluster 2024-01-16T17:09:46.851126+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:46.851299+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:47.642541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:47.646208+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:47.844526+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:47.847194+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.166 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:47 smithi192 bash[64054]: audit 2024-01-16T17:09:47.847845+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:48.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: cephadm 2024-01-16T17:09:46.452212+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:09:48.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: cluster 2024-01-16T17:09:46.808230+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 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-16T17:09:48.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: cluster 2024-01-16T17:09:46.851126+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-16T17:09:48.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:46.851299+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:48.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: cephadm 2024-01-16T17:09:46.452212+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:09:48.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: cluster 2024-01-16T17:09:46.808230+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 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-16T17:09:48.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: cluster 2024-01-16T17:09:46.851126+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-16T17:09:48.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:46.851299+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:48.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:47.642541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:47.642541+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:47.646208+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:47.646208+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475088\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:35.475187\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_device_update\": \"2024-01-16T17:09:38.269382\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:47.844526+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:47.844526+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:48.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:47.847194+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[64029]: audit 2024-01-16T17:09:47.847845+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:48.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:47.847194+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:48.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:47 smithi053 bash[67436]: audit 2024-01-16T17:09:47.847845+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:48.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T17:09:48.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: 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-16T17:09:48.465 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-16T17:09:48.465 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-16T17:09:48.465 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T17:09:48.465 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T17:09:48.465 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68159]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-16T17:09:49.207 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:48 smithi192 bash[68213]: debug 2024-01-16T17:09:48.847+0000 7fd5e89e1ec0 -1 Falling back to public interface 2024-01-16T17:09:49.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[68213]: debug 2024-01-16T17:09:49.409+0000 7fd5e89e1ec0 -1 osd.4 38 log_to_monitors {default=true} 2024-01-16T17:09:49.464 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[68213]: debug 2024-01-16T17:09:49.419+0000 7fd5dc9b2700 -1 osd.4 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0123145 s, 851 MB/s 2024-01-16T17:09:50.062 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-01-16T17:09:50.107 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[68514]: debug 2024-01-16T17:09:49.973+0000 7fc17808bec0 -1 Falling back to public interface 2024-01-16T17:09:50.107 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[64054]: cluster 2024-01-16T17:09:48.808585+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v103: 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-16T17:09:50.107 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[64054]: audit 2024-01-16T17:09:49.414549+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:50.107 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[64054]: audit 2024-01-16T17:09:49.414900+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-16T17:09:50.108 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[64054]: audit 2024-01-16T17:09:49.415502+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.108 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:49 smithi192 bash[64054]: audit 2024-01-16T17:09:49.415828+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=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[64029]: cluster 2024-01-16T17:09:48.808585+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v103: 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-16T17:09:50.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[64029]: audit 2024-01-16T17:09:49.414549+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:50.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[64029]: audit 2024-01-16T17:09:49.414900+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-16T17:09:50.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[64029]: audit 2024-01-16T17:09:49.415502+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[64029]: audit 2024-01-16T17:09:49.415828+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=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[67436]: cluster 2024-01-16T17:09:48.808585+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v103: 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-16T17:09:50.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[67436]: audit 2024-01-16T17:09:49.414549+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T17:09:50.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[67436]: audit 2024-01-16T17:09:49.414900+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-16T17:09:50.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[67436]: audit 2024-01-16T17:09:49.415502+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:49 smithi053 bash[67436]: audit 2024-01-16T17:09:49.415828+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=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:50.628 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[68514]: debug 2024-01-16T17:09:50.539+0000 7fc17808bec0 -1 osd.5 0 log_to_monitors {default=true} 2024-01-16T17:09:50.630 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_2 2024-01-16T17:09:50.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:49.851836+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:50.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:49.851893+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:09:50.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:49.851908+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:50.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:49.856150+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518] boot 2024-01-16T17:09:50.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:49.856232+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:49.857255+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:49.857702+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:50.543514+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:50.543842+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-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:50.714412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: audit 2024-01-16T17:09:50.857461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T17:09:50.908 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:50 smithi192 bash[64054]: cluster 2024-01-16T17:09:50.857520+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:49.851836+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:49.851893+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:49.851908+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:49.856150+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518] boot 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:49.856232+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T17:09:51.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:49.857255+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:49.857702+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:50.543514+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:50.543842+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-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:50.714412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: audit 2024-01-16T17:09:50.857461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[64029]: cluster 2024-01-16T17:09:50.857520+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:49.851836+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:49.851893+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:49.851908+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:49.856150+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.192:6800/1238843518,v1:172.21.15.192:6801/1238843518] boot 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:49.856232+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:49.857255+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:09:51.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:49.857702+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:51.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:50.543514+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:09:51.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:50.543842+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-16T17:09:51.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:50.714412+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:51.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: audit 2024-01-16T17:09:50.857461+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T17:09:51.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:50 smithi053 bash[67436]: cluster 2024-01-16T17:09:50.857520+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T17:09:52.214 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[68514]: debug 2024-01-16T17:09:51.861+0000 7fc15ce38700 -1 osd.5 0 waiting for initial osdmap 2024-01-16T17:09:52.214 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[68514]: debug 2024-01-16T17:09:51.870+0000 7fc168054700 -1 osd.5 43 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: cluster 2024-01-16T17:09:50.808961+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.857761+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.858001+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.859190+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.911649+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.914442+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:50.916255+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:51.858959+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=smithi192", "root=default"]}]': finished 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: cluster 2024-01-16T17:09:51.859026+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-16T17:09:52.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:51 smithi192 bash[64054]: audit 2024-01-16T17:09:51.859222+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: cluster 2024-01-16T17:09:50.808961+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.857761+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.858001+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.859190+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: cluster 2024-01-16T17:09:50.808961+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:52.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.857761+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:52.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.858001+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.859190+0000 mon.a (mon.0) 496 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:09:52.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.911649+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:52.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.911649+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:52.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.914442+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:50.916255+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:51.858959+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=smithi192", "root=default"]}]': finished 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: cluster 2024-01-16T17:09:51.859026+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[64029]: audit 2024-01-16T17:09:51.859222+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.914442+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843715\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843808\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:47.843845\", \"created\": \"2024-01-16T17:09:34.215312\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:47.843935\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:50.916255+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:51.858959+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=smithi192", "root=default"]}]': finished 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: cluster 2024-01-16T17:09:51.859026+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-16T17:09:52.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:51 smithi053 bash[67436]: audit 2024-01-16T17:09:51.859222+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: cluster 2024-01-16T17:09:51.574583+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: cluster 2024-01-16T17:09:51.574671+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:51.914626+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:51.917526+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:52.023263+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:52.024041+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:53.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:52.025199+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:53.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: cluster 2024-01-16T17:09:52.860290+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205] boot 2024-01-16T17:09:53.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: cluster 2024-01-16T17:09:52.860346+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T17:09:53.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:52 smithi192 bash[64054]: audit 2024-01-16T17:09:52.860516+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:53.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: cluster 2024-01-16T17:09:51.574583+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:53.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: cluster 2024-01-16T17:09:51.574671+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:53.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: cluster 2024-01-16T17:09:51.574583+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:09:53.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: cluster 2024-01-16T17:09:51.574671+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:09:53.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:51.914626+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:53.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:51.914626+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:09:53.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:51.917526+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:53.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:52.023263+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:53.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:52.024041+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:52.025199+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: cluster 2024-01-16T17:09:52.860290+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205] boot 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: cluster 2024-01-16T17:09:52.860346+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[64029]: audit 2024-01-16T17:09:52.860516+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:51.917526+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"2033faa9122e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913886\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:09:49.153043\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:46.450113\"}}, \"last_daemon_update\": \"2024-01-16T17:09:51.913987\", \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:52.023263+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:52.024041+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:52.025199+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: cluster 2024-01-16T17:09:52.860290+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2038018205,v1:172.21.15.192:6809/2038018205] boot 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: cluster 2024-01-16T17:09:52.860346+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T17:09:53.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:52 smithi053 bash[67436]: audit 2024-01-16T17:09:52.860516+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: audit 2024-01-16T17:09:52.022298+0000 mgr.y (mgr.14142) 104 : audit [DBG] from='client.34283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: cephadm 2024-01-16T17:09:52.022986+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: cluster 2024-01-16T17:09:52.809348+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: audit 2024-01-16T17:09:53.522702+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.192:0/127892276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: audit 2024-01-16T17:09:53.523005+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: audit 2024-01-16T17:09:53.527252+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]': finished 2024-01-16T17:09:54.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: cluster 2024-01-16T17:09:53.527305+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T17:09:54.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:53 smithi192 bash[64054]: audit 2024-01-16T17:09:53.527425+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:09:54.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: audit 2024-01-16T17:09:52.022298+0000 mgr.y (mgr.14142) 104 : audit [DBG] from='client.34283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:54.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: cephadm 2024-01-16T17:09:52.022986+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:54.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: cluster 2024-01-16T17:09:52.809348+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:54.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: audit 2024-01-16T17:09:53.522702+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.192:0/127892276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: audit 2024-01-16T17:09:53.523005+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: audit 2024-01-16T17:09:53.527252+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]': finished 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: cluster 2024-01-16T17:09:53.527305+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[64029]: audit 2024-01-16T17:09:53.527425+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: audit 2024-01-16T17:09:52.022298+0000 mgr.y (mgr.14142) 104 : audit [DBG] from='client.34283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: cephadm 2024-01-16T17:09:52.022986+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: cluster 2024-01-16T17:09:52.809348+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: audit 2024-01-16T17:09:53.522702+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.192:0/127892276' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: audit 2024-01-16T17:09:53.523005+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]: dispatch 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: audit 2024-01-16T17:09:53.527252+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c931e75-ac55-4218-95c9-88fd33f674f9"}]': finished 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: cluster 2024-01-16T17:09:53.527305+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T17:09:54.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:53 smithi053 bash[67436]: audit 2024-01-16T17:09:53.527425+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:09:55.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:54 smithi192 bash[64054]: audit 2024-01-16T17:09:54.308173+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.192:0/366180912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:55.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:54 smithi053 bash[64029]: audit 2024-01-16T17:09:54.308173+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.192:0/366180912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:55.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:54 smithi053 bash[67436]: audit 2024-01-16T17:09:54.308173+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.192:0/366180912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:09:56.194 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:55 smithi192 bash[64054]: cluster 2024-01-16T17:09:54.809688+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:56.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:55 smithi053 bash[64029]: cluster 2024-01-16T17:09:54.809688+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:56.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:55 smithi053 bash[67436]: cluster 2024-01-16T17:09:54.809688+0000 mgr.y (mgr.14142) 107 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:57.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:56 smithi192 bash[64054]: audit 2024-01-16T17:09:56.564950+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:57.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:56 smithi053 bash[67436]: audit 2024-01-16T17:09:56.564950+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:57.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:56 smithi053 bash[64029]: audit 2024-01-16T17:09:56.564950+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:09:58.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:57 smithi192 bash[64054]: cluster 2024-01-16T17:09:56.810149+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:58.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:57 smithi053 bash[64029]: cluster 2024-01-16T17:09:56.810149+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:58.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:57 smithi053 bash[67436]: cluster 2024-01-16T17:09:56.810149+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:09:59.180 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:58 smithi192 bash[64054]: audit 2024-01-16T17:09:58.212826+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:59.180 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:58 smithi192 bash[64054]: audit 2024-01-16T17:09:58.213793+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:59.180 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:58 smithi192 bash[64054]: audit 2024-01-16T17:09:58.214745+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:59.181 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:59 smithi192 systemd[1]: Stopping Ceph osd.5 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:09:59.181 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[68514]: debug 2024-01-16T17:09:59.152+0000 7fc16f8d3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:09:59.181 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[68514]: debug 2024-01-16T17:09:59.152+0000 7fc16f8d3700 -1 osd.5 45 *** Got signal Terminated *** 2024-01-16T17:09:59.181 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[68514]: debug 2024-01-16T17:09:59.152+0000 7fc16f8d3700 -1 osd.5 45 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[64029]: audit 2024-01-16T17:09:58.212826+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[64029]: audit 2024-01-16T17:09:58.213793+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[64029]: audit 2024-01-16T17:09:58.214745+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[67436]: audit 2024-01-16T17:09:58.212826+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[67436]: audit 2024-01-16T17:09:58.213793+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:09:59.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:58 smithi053 bash[67436]: audit 2024-01-16T17:09:58.214745+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T17:09:59.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:09:59 smithi192 podman[69837]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.5 2024-01-16T17:10:00.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cephadm 2024-01-16T17:09:58.214420+0000 mgr.y (mgr.14142) 109 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:58.810661+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196063+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196114+0000 mon.a (mon.0) 520 : cluster [INF] osd.5 failed (root=default,host=smithi192) (connection refused reported by osd.3) 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196273+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196332+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196465+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196614+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196716+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196826+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.196967+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.396282+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.396442+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.396787+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.396991+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397218+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397416+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397482+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397624+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397939+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.397998+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797195+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797302+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797473+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797565+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797743+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.797940+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.798341+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.798485+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.798539+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.798699+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:09:59 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.798856+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cephadm 2024-01-16T17:09:58.214420+0000 mgr.y (mgr.14142) 109 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:58.810661+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196063+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196114+0000 mon.a (mon.0) 520 : cluster [INF] osd.5 failed (root=default,host=smithi192) (connection refused reported by osd.3) 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196273+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196332+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196465+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196614+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196716+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196826+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.196967+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.396282+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.396442+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.396787+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.396991+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397218+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397416+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397482+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397624+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397939+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.397998+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797195+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797302+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797473+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797565+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797743+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.797940+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.798341+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.798485+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.798539+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.798699+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.798856+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cephadm 2024-01-16T17:09:58.214420+0000 mgr.y (mgr.14142) 109 : cephadm [INF] Deploying daemon osd.5 on smithi192 2024-01-16T17:10:00.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:58.810661+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196063+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196114+0000 mon.a (mon.0) 520 : cluster [INF] osd.5 failed (root=default,host=smithi192) (connection refused reported by osd.3) 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196273+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196332+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196465+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196614+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196716+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196826+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.196967+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.396282+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.396442+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.396787+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.396991+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397218+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397416+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397482+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397624+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397939+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.397998+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797195+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797302+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797473+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797565+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797743+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.797940+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.798341+0000 mon.a (mon.0) 545 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.798485+0000 mon.a (mon.0) 546 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.798539+0000 mon.a (mon.0) 547 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.798699+0000 mon.a (mon.0) 548 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T17:10:00.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:09:59 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.798856+0000 mon.a (mon.0) 549 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T17:10:00.677 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:00 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.5.service: Succeeded. 2024-01-16T17:10:00.677 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:00 smithi192 systemd[1]: Stopped Ceph osd.5 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:00.677 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:00 smithi192 systemd[1]: Starting Ceph osd.5 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:10:00.677 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:00 smithi192 podman[69975]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.5" found: no such container 2024-01-16T17:10:00.677 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:00 smithi192 systemd[1]: Started Ceph osd.5 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:00.943 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.936429+0000 mon.a (mon.0) 550 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: cluster 2024-01-16T17:09:59.940719+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:09:59.941371+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.610492+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.610931+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.613587+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.615063+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.616409+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.617397+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: cluster 2024-01-16T17:10:00.941698+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T17:10:00.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:00 smithi192 bash[64054]: audit 2024-01-16T17:10:00.942036+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:01.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.936429+0000 mon.a (mon.0) 550 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:01.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: cluster 2024-01-16T17:09:59.940719+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T17:10:01.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:09:59.941371+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:01.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.936429+0000 mon.a (mon.0) 550 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: cluster 2024-01-16T17:09:59.940719+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:09:59.941371+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.610492+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.610931+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.610492+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:01.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.610931+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.613587+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.615063+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.616409+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.617397+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: cluster 2024-01-16T17:10:00.941698+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[64029]: audit 2024-01-16T17:10:00.942036+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.613587+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.615063+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.616409+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.617397+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:01.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: cluster 2024-01-16T17:10:00.941698+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T17:10:01.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:00 smithi053 bash[67436]: audit 2024-01-16T17:10:00.942036+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: 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-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T17:10:01.343 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[69991]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-16T17:10:01.924 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 5,6 on host 'smithi192' 2024-01-16T17:10:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[64054]: cephadm 2024-01-16T17:10:00.617062+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[64054]: cluster 2024-01-16T17:10:00.811179+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T17:10:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[64054]: audit 2024-01-16T17:10:01.937069+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:01 smithi192 bash[64054]: audit 2024-01-16T17:10:01.940547+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:02.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[64029]: cephadm 2024-01-16T17:10:00.617062+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:02.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[64029]: cluster 2024-01-16T17:10:00.811179+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T17:10:02.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[67436]: cephadm 2024-01-16T17:10:00.617062+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[67436]: cluster 2024-01-16T17:10:00.811179+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T17:10:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[67436]: audit 2024-01-16T17:10:01.937069+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:02.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[67436]: audit 2024-01-16T17:10:01.940547+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[64029]: audit 2024-01-16T17:10:01.937069+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:02.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:01 smithi053 bash[64029]: audit 2024-01-16T17:10:01.940547+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913705\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913796\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:51.913834\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_device_update\": \"2024-01-16T17:09:50.911027\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:02.494 DEBUG:teuthology.orchestra.run.smithi192:osd.6> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.6.service 2024-01-16T17:10:02.496 INFO:tasks.cephadm:Deploying osd.7 on smithi192 with /dev/vg_nvme/lv_1... 2024-01-16T17:10:02.496 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-16T17:10:02.525 INFO:journalctl@ceph.osd.6.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:10:02.596 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70289]: debug 2024-01-16T17:10:02.477+0000 7f066abb1ec0 -1 Falling back to public interface 2024-01-16T17:10:02.930 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T17:10:02.930 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: 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-16T17:10:02.930 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-16T17:10:02.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-16T17:10:02.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T17:10:02.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T17:10:02.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[70382]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-16T17:10:03.214 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[70289]: debug 2024-01-16T17:10:03.037+0000 7f066abb1ec0 -1 osd.5 45 log_to_monitors {default=true} 2024-01-16T17:10:03.214 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[70289]: debug 2024-01-16T17:10:03.044+0000 7f065eb82700 -1 osd.5 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:10:03.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[64054]: audit 2024-01-16T17:10:01.991493+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:03.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[64054]: audit 2024-01-16T17:10:01.994597+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:03.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:02 smithi192 bash[64054]: audit 2024-01-16T17:10:01.995320+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[67436]: audit 2024-01-16T17:10:01.991493+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[67436]: audit 2024-01-16T17:10:01.994597+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[67436]: audit 2024-01-16T17:10:01.995320+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[64029]: audit 2024-01-16T17:10:01.991493+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[64029]: audit 2024-01-16T17:10:01.994597+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"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\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:03.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:02 smithi053 bash[64029]: audit 2024-01-16T17:10:01.995320+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:04.214 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[70748]: debug 2024-01-16T17:10:03.942+0000 7f097f19aec0 -1 Falling back to public interface 2024-01-16T17:10:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: cluster 2024-01-16T17:10:02.811511+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:10:04.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: cluster 2024-01-16T17:10:02.992689+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:04.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: audit 2024-01-16T17:10:03.040698+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: audit 2024-01-16T17:10:03.041160+0000 mon.a (mon.0) 567 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: audit 2024-01-16T17:10:03.041690+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:03 smithi192 bash[64054]: audit 2024-01-16T17:10:03.041921+0000 mon.a (mon.0) 568 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: cluster 2024-01-16T17:10:02.811511+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: cluster 2024-01-16T17:10:02.992689+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: audit 2024-01-16T17:10:03.040698+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: audit 2024-01-16T17:10:03.041160+0000 mon.a (mon.0) 567 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: audit 2024-01-16T17:10:03.041690+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[64029]: audit 2024-01-16T17:10:03.041921+0000 mon.a (mon.0) 568 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: cluster 2024-01-16T17:10:02.811511+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v117: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: cluster 2024-01-16T17:10:02.992689+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:04.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: audit 2024-01-16T17:10:03.040698+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: audit 2024-01-16T17:10:03.041160+0000 mon.a (mon.0) 567 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T17:10:04.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: audit 2024-01-16T17:10:03.041690+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:03 smithi053 bash[67436]: audit 2024-01-16T17:10:03.041921+0000 mon.a (mon.0) 568 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124082 s, 845 MB/s 2024-01-16T17:10:04.522 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-01-16T17:10:04.649 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[70748]: debug 2024-01-16T17:10:04.518+0000 7f097f19aec0 -1 osd.6 0 log_to_monitors {default=true} 2024-01-16T17:10:04.996 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_1 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: cluster 2024-01-16T17:10:03.994130+0000 mon.a (mon.0) 569 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: cluster 2024-01-16T17:10:03.998568+0000 mon.a (mon.0) 570 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611] boot 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: cluster 2024-01-16T17:10:03.998634+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: audit 2024-01-16T17:10:03.998846+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: audit 2024-01-16T17:10:03.999303+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: audit 2024-01-16T17:10:04.521873+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: audit 2024-01-16T17:10:04.522402+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: cluster 2024-01-16T17:10:04.811914+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-16T17:10:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:04 smithi192 bash[64054]: audit 2024-01-16T17:10:04.831806+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: cluster 2024-01-16T17:10:03.994130+0000 mon.a (mon.0) 569 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: cluster 2024-01-16T17:10:03.998568+0000 mon.a (mon.0) 570 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611] boot 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: cluster 2024-01-16T17:10:03.998634+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: audit 2024-01-16T17:10:03.998846+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: audit 2024-01-16T17:10:03.999303+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: audit 2024-01-16T17:10:04.521873+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: audit 2024-01-16T17:10:04.522402+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: cluster 2024-01-16T17:10:04.811914+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-16T17:10:05.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[64029]: audit 2024-01-16T17:10:04.831806+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: cluster 2024-01-16T17:10:03.994130+0000 mon.a (mon.0) 569 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: cluster 2024-01-16T17:10:03.998568+0000 mon.a (mon.0) 570 : cluster [INF] osd.5 [v2:172.21.15.192:6808/2310475611,v1:172.21.15.192:6809/2310475611] boot 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: cluster 2024-01-16T17:10:03.998634+0000 mon.a (mon.0) 571 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: audit 2024-01-16T17:10:03.998846+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: audit 2024-01-16T17:10:03.999303+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: audit 2024-01-16T17:10:04.521873+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: audit 2024-01-16T17:10:04.522402+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: cluster 2024-01-16T17:10:04.811914+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-16T17:10:05.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:04 smithi053 bash[67436]: audit 2024-01-16T17:10:04.831806+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:06.214 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[70748]: debug 2024-01-16T17:10:06.006+0000 7f0963f47700 -1 osd.6 0 waiting for initial osdmap 2024-01-16T17:10:06.214 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[70748]: debug 2024-01-16T17:10:06.019+0000 7f096f163700 -1 osd.6 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.002873+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: cluster 2024-01-16T17:10:05.002942+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.003112+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.005051+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.005351+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.020876+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.024676+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: audit 2024-01-16T17:10:05.026487+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:06.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: cluster 2024-01-16T17:10:05.481078+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:06.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:06 smithi192 bash[64054]: cluster 2024-01-16T17:10:05.481141+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:06.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.002873+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T17:10:06.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: cluster 2024-01-16T17:10:05.002942+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T17:10:06.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.003112+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:06.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.005051+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.005351+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.002873+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: cluster 2024-01-16T17:10:05.002942+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.003112+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.005051+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.005351+0000 mon.a (mon.0) 579 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.020876+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:06.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.020876+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.024676+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: audit 2024-01-16T17:10:05.026487+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: cluster 2024-01-16T17:10:05.481078+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[64029]: cluster 2024-01-16T17:10:05.481141+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.024676+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990595\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990685\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990721\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:01.990754\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:01.990842\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: audit 2024-01-16T17:10:05.026487+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: cluster 2024-01-16T17:10:05.481078+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:06.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:06 smithi053 bash[67436]: cluster 2024-01-16T17:10:05.481141+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:07.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.004976+0000 mon.a (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:07.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: cluster 2024-01-16T17:10:06.005047+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T17:10:07.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.005960+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:07.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.004976+0000 mon.a (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:07.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: cluster 2024-01-16T17:10:06.005047+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T17:10:07.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.005960+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:07.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.193166+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:07.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.196147+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.193166+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.196147+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.270778+0000 mgr.y (mgr.14142) 115 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: cephadm 2024-01-16T17:10:06.271494+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.271800+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.272576+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:06.273781+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: cluster 2024-01-16T17:10:06.812380+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: cluster 2024-01-16T17:10:07.005966+0000 mon.a (mon.0) 591 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739] boot 2024-01-16T17:10:07.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: cluster 2024-01-16T17:10:07.006020+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[64029]: audit 2024-01-16T17:10:07.006193+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.270778+0000 mgr.y (mgr.14142) 115 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: cephadm 2024-01-16T17:10:06.271494+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.271800+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.272576+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:06.273781+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: cluster 2024-01-16T17:10:06.812380+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: cluster 2024-01-16T17:10:07.005966+0000 mon.a (mon.0) 591 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739] boot 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: cluster 2024-01-16T17:10:07.006020+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T17:10:07.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:07 smithi053 bash[67436]: audit 2024-01-16T17:10:07.006193+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.004976+0000 mon.a (mon.0) 583 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: cluster 2024-01-16T17:10:06.005047+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.005960+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.193166+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.196147+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"6312c7ab21b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192348\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:03.168271\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:00.614782\"}}, \"last_daemon_update\": \"2024-01-16T17:10:06.192446\", \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.270778+0000 mgr.y (mgr.14142) 115 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: cephadm 2024-01-16T17:10:06.271494+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Applying osd on host smithi192... 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.271800+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.272576+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:06.273781+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:07.338 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: cluster 2024-01-16T17:10:06.812380+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-16T17:10:07.339 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: cluster 2024-01-16T17:10:07.005966+0000 mon.a (mon.0) 591 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2315834739,v1:172.21.15.192:6817/2315834739] boot 2024-01-16T17:10:07.339 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: cluster 2024-01-16T17:10:07.006020+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T17:10:07.339 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:07 smithi192 bash[64054]: audit 2024-01-16T17:10:07.006193+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:08 smithi192 bash[64054]: audit 2024-01-16T17:10:07.796719+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/1057787454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:08 smithi192 bash[64054]: audit 2024-01-16T17:10:07.797134+0000 mon.a (mon.0) 594 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:08 smithi192 bash[64054]: audit 2024-01-16T17:10:07.801777+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]': finished 2024-01-16T17:10:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:08 smithi192 bash[64054]: cluster 2024-01-16T17:10:07.801844+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T17:10:08.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:08 smithi192 bash[64054]: audit 2024-01-16T17:10:07.802030+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[67436]: audit 2024-01-16T17:10:07.796719+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/1057787454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[67436]: audit 2024-01-16T17:10:07.797134+0000 mon.a (mon.0) 594 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[67436]: audit 2024-01-16T17:10:07.801777+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]': finished 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[67436]: cluster 2024-01-16T17:10:07.801844+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[67436]: audit 2024-01-16T17:10:07.802030+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[64029]: audit 2024-01-16T17:10:07.796719+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.192:0/1057787454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[64029]: audit 2024-01-16T17:10:07.797134+0000 mon.a (mon.0) 594 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]: dispatch 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[64029]: audit 2024-01-16T17:10:07.801777+0000 mon.a (mon.0) 595 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f39f483-2870-4bab-b081-befe2f741753"}]': finished 2024-01-16T17:10:08.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[64029]: cluster 2024-01-16T17:10:07.801844+0000 mon.a (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T17:10:08.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:08 smithi053 bash[64029]: audit 2024-01-16T17:10:07.802030+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:09.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:09 smithi192 bash[64054]: audit 2024-01-16T17:10:08.559050+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/3113629789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:10:09.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:09 smithi192 bash[64054]: cluster 2024-01-16T17:10:08.812835+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:09.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:09 smithi053 bash[64029]: audit 2024-01-16T17:10:08.559050+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/3113629789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:10:09.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:09 smithi053 bash[64029]: cluster 2024-01-16T17:10:08.812835+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:09.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:09 smithi053 bash[67436]: audit 2024-01-16T17:10:08.559050+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.192:0/3113629789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T17:10:09.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:09 smithi053 bash[67436]: cluster 2024-01-16T17:10:08.812835+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v125: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:10.442 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:10 smithi192 bash[64054]: cluster 2024-01-16T17:10:09.197657+0000 mon.a (mon.0) 598 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:10.442 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:10 smithi192 bash[64054]: cluster 2024-01-16T17:10:09.197717+0000 mon.a (mon.0) 599 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:10.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:10 smithi053 bash[64029]: cluster 2024-01-16T17:10:09.197657+0000 mon.a (mon.0) 598 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:10.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:10 smithi053 bash[64029]: cluster 2024-01-16T17:10:09.197717+0000 mon.a (mon.0) 599 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:10.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:10 smithi053 bash[67436]: cluster 2024-01-16T17:10:09.197657+0000 mon.a (mon.0) 598 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:10.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:10 smithi053 bash[67436]: cluster 2024-01-16T17:10:09.197717+0000 mon.a (mon.0) 599 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:11.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:11 smithi192 bash[64054]: audit 2024-01-16T17:10:10.803517+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:11.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:11 smithi192 bash[64054]: cluster 2024-01-16T17:10:10.813201+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:11.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:11 smithi053 bash[67436]: audit 2024-01-16T17:10:10.803517+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:11.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:11 smithi053 bash[67436]: cluster 2024-01-16T17:10:10.813201+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:11.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:11 smithi053 bash[64029]: audit 2024-01-16T17:10:10.803517+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:11.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:11 smithi053 bash[64029]: cluster 2024-01-16T17:10:10.813201+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-01-16T17:10:12.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:12 smithi192 bash[64054]: audit 2024-01-16T17:10:12.462764+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:12.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:12 smithi192 bash[64054]: audit 2024-01-16T17:10:12.463520+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:12.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:12 smithi192 bash[64054]: audit 2024-01-16T17:10:12.464382+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[64029]: audit 2024-01-16T17:10:12.462764+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[64029]: audit 2024-01-16T17:10:12.463520+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[64029]: audit 2024-01-16T17:10:12.464382+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[67436]: audit 2024-01-16T17:10:12.462764+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[67436]: audit 2024-01-16T17:10:12.463520+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:12.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:12 smithi053 bash[67436]: audit 2024-01-16T17:10:12.464382+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T17:10:13.654 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:13 smithi192 systemd[1]: Stopping Ceph osd.6 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:10:13.654 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[70748]: debug 2024-01-16T17:10:13.441+0000 7f09769e2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:10:13.654 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[70748]: debug 2024-01-16T17:10:13.441+0000 7f09769e2700 -1 osd.6 52 *** Got signal Terminated *** 2024-01-16T17:10:13.654 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[70748]: debug 2024-01-16T17:10:13.441+0000 7f09769e2700 -1 osd.6 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:10:13.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:13 smithi192 podman[72035]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.6 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cephadm 2024-01-16T17:10:12.464077+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:12.813542+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v127: 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-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489063+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489101+0000 mon.a (mon.0) 605 : cluster [INF] osd.6 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489307+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489460+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489624+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.489792+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.688741+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.688983+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.689138+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.689400+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.689559+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.689722+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.689938+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.690169+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.690342+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.690495+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.690693+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.690921+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:13 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.691145+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cephadm 2024-01-16T17:10:12.464077+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:12.813542+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v127: 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-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489063+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489101+0000 mon.a (mon.0) 605 : cluster [INF] osd.6 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489307+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489460+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489624+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.489792+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.688741+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.688983+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.689138+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.689400+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.689559+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.689722+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.689938+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.690169+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.690342+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.690495+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.690693+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.690921+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.691145+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cephadm 2024-01-16T17:10:12.464077+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Deploying daemon osd.6 on smithi192 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:12.813542+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v127: 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-16T17:10:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489063+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489101+0000 mon.a (mon.0) 605 : cluster [INF] osd.6 failed (root=default,host=smithi192) (connection refused reported by osd.0) 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489307+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489460+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489624+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.489792+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.688741+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.688983+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.689138+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.689400+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.689559+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.689722+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.689938+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.690169+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.690342+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.690495+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T17:10:14.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.690693+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T17:10:14.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.690921+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.269 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:13 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.691145+0000 mon.a (mon.0) 622 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T17:10:14.714 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:14 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.6.service: Succeeded. 2024-01-16T17:10:14.714 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:14 smithi192 systemd[1]: Stopped Ceph osd.6 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:14.714 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:14 smithi192 systemd[1]: Starting Ceph osd.6 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:10:14.714 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:14 smithi192 podman[72172]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.6" found: no such container 2024-01-16T17:10:14.714 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:14 smithi192 systemd[1]: Started Ceph osd.6 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.815546+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: cluster 2024-01-16T17:10:13.824527+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:13.824703+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.661851+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.662355+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.665232+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:15.093 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.666478+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T17:10:15.094 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.667762+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:15.094 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:14 smithi192 bash[64054]: audit 2024-01-16T17:10:14.668666+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.815546+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:15.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: cluster 2024-01-16T17:10:13.824527+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T17:10:15.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:13.824703+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.815546+0000 mon.a (mon.0) 623 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: cluster 2024-01-16T17:10:13.824527+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:13.824703+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.661851+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.662355+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.661851+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.662355+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.665232+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.666478+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.667762+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[67436]: audit 2024-01-16T17:10:14.668666+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.665232+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:15.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.666478+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T17:10:15.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.667762+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:15.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:14 smithi053 bash[64029]: audit 2024-01-16T17:10:14.668666+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T17:10:15.432 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T17:10:15.432 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: 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-16T17:10:15.432 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-16T17:10:15.432 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-16T17:10:15.432 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T17:10:15.433 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T17:10:15.433 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[72188]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-16T17:10:16.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[64054]: cephadm 2024-01-16T17:10:14.668390+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-01-16T17:10:16.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[64054]: cluster 2024-01-16T17:10:14.813896+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v129: 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-16T17:10:16.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[64054]: cluster 2024-01-16T17:10:14.826809+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T17:10:16.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:15 smithi192 bash[64054]: audit 2024-01-16T17:10:14.826983+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:16.023 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 6,7 on host 'smithi192' 2024-01-16T17:10:16.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[64029]: cephadm 2024-01-16T17:10:14.668390+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-01-16T17:10:16.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[64029]: cluster 2024-01-16T17:10:14.813896+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v129: 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-16T17:10:16.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[64029]: cluster 2024-01-16T17:10:14.826809+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T17:10:16.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[64029]: audit 2024-01-16T17:10:14.826983+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:16.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[67436]: cephadm 2024-01-16T17:10:14.668390+0000 mgr.y (mgr.14142) 122 : cephadm [INF] Deploying daemon osd.7 on smithi192 2024-01-16T17:10:16.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[67436]: cluster 2024-01-16T17:10:14.813896+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v129: 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-16T17:10:16.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[67436]: cluster 2024-01-16T17:10:14.826809+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T17:10:16.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:15 smithi053 bash[67436]: audit 2024-01-16T17:10:14.826983+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:16.601 DEBUG:teuthology.orchestra.run.smithi192:osd.7> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.7.service 2024-01-16T17:10:16.603 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T17:10:16.603 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-16T17:10:16.637 INFO:journalctl@ceph.osd.7.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:10:16.893 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72475]: debug 2024-01-16T17:10:16.621+0000 7f1fa0808ec0 -1 Falling back to public interface 2024-01-16T17:10:16.893 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[64054]: audit 2024-01-16T17:10:16.036481+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: 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-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-16T17:10:16.894 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[72572]: --> ceph-volume lvm activate successful for osd ID: 7 2024-01-16T17:10:16.895 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[64054]: audit 2024-01-16T17:10:16.039410+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.895 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[64054]: audit 2024-01-16T17:10:16.148840+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.895 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[64054]: audit 2024-01-16T17:10:16.151799+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.895 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:16 smithi192 bash[64054]: audit 2024-01-16T17:10:16.152526+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:16.922 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[64029]: audit 2024-01-16T17:10:16.036481+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[67436]: audit 2024-01-16T17:10:16.036481+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.923 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[67436]: audit 2024-01-16T17:10:16.039410+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.923 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[64029]: audit 2024-01-16T17:10:16.039410+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192148\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192241\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192281\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:06.192315\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_device_update\": \"2024-01-16T17:10:05.020262\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.923 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[64029]: audit 2024-01-16T17:10:16.148840+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.924 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[64029]: audit 2024-01-16T17:10:16.151799+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.924 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[64029]: audit 2024-01-16T17:10:16.152526+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:16.924 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[67436]: audit 2024-01-16T17:10:16.148840+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:16.924 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[67436]: audit 2024-01-16T17:10:16.151799+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:16.924 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:16 smithi053 bash[67436]: audit 2024-01-16T17:10:16.152526+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T17:10:17.464 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[72475]: debug 2024-01-16T17:10:17.175+0000 7f1fa0808ec0 -1 osd.6 52 log_to_monitors {default=true} 2024-01-16T17:10:17.464 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[72475]: debug 2024-01-16T17:10:17.183+0000 7f1f947d9700 -1 osd.6 52 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:10:17.792 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:18.149 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: cluster 2024-01-16T17:10:16.814186+0000 mgr.y (mgr.14142) 124 : cluster [DBG] pgmap v131: 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-16T17:10:18.150 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: audit 2024-01-16T17:10:17.179823+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: audit 2024-01-16T17:10:17.180047+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: audit 2024-01-16T17:10:17.180595+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: audit 2024-01-16T17:10:17.180792+0000 mon.a (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[67436]: audit 2024-01-16T17:10:17.811231+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.53:0/2470655797' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: cluster 2024-01-16T17:10:16.814186+0000 mgr.y (mgr.14142) 124 : cluster [DBG] pgmap v131: 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-16T17:10:18.150 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: audit 2024-01-16T17:10:17.179823+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: audit 2024-01-16T17:10:17.180047+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.150 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: audit 2024-01-16T17:10:17.180595+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.151 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: audit 2024-01-16T17:10:17.180792+0000 mon.a (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.151 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:17 smithi053 bash[64029]: audit 2024-01-16T17:10:17.811231+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.53:0/2470655797' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:18.151 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":54,"num_osds":8,"num_up_osds":6,"osd_up_since":1705425013,"num_in_osds":7,"osd_in_since":1705425007,"num_remapped_pgs":0} 2024-01-16T17:10:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: cluster 2024-01-16T17:10:16.814186+0000 mgr.y (mgr.14142) 124 : cluster [DBG] pgmap v131: 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-16T17:10:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: audit 2024-01-16T17:10:17.179823+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: audit 2024-01-16T17:10:17.180047+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T17:10:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: audit 2024-01-16T17:10:17.180595+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: audit 2024-01-16T17:10:17.180792+0000 mon.a (mon.0) 640 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:18.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[64054]: audit 2024-01-16T17:10:17.811231+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.53:0/2470655797' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:18.215 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:17 smithi192 bash[72845]: debug 2024-01-16T17:10:17.931+0000 7f3015924ec0 -1 Falling back to public interface 2024-01-16T17:10:18.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[72845]: debug 2024-01-16T17:10:18.504+0000 7f3015924ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-01-16T17:10:19.152 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: cluster 2024-01-16T17:10:18.151248+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: cluster 2024-01-16T17:10:18.151272+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: cluster 2024-01-16T17:10:18.154760+0000 mon.a (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009] boot 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: cluster 2024-01-16T17:10:18.154809+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: audit 2024-01-16T17:10:18.154936+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: audit 2024-01-16T17:10:18.155217+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: audit 2024-01-16T17:10:18.507766+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T17:10:19.158 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:18 smithi192 bash[64054]: audit 2024-01-16T17:10:18.675801+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: cluster 2024-01-16T17:10:18.151248+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: cluster 2024-01-16T17:10:18.151272+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: cluster 2024-01-16T17:10:18.154760+0000 mon.a (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009] boot 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: cluster 2024-01-16T17:10:18.154809+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: audit 2024-01-16T17:10:18.154936+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: audit 2024-01-16T17:10:18.155217+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: audit 2024-01-16T17:10:18.507766+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[64029]: audit 2024-01-16T17:10:18.675801+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: cluster 2024-01-16T17:10:18.151248+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T17:10:19.186 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: cluster 2024-01-16T17:10:18.151272+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: cluster 2024-01-16T17:10:18.154760+0000 mon.a (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.192:6816/2677161009,v1:172.21.15.192:6817/2677161009] boot 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: cluster 2024-01-16T17:10:18.154809+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: audit 2024-01-16T17:10:18.154936+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: audit 2024-01-16T17:10:18.155217+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: audit 2024-01-16T17:10:18.507766+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T17:10:19.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:18 smithi053 bash[67436]: audit 2024-01-16T17:10:18.675801+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:20.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: cluster 2024-01-16T17:10:18.814575+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v133: 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-16T17:10:20.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: cluster 2024-01-16T17:10:18.814575+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v133: 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-16T17:10:20.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:18.858051+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:18.858051+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:18.861263+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:18.863778+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: cluster 2024-01-16T17:10:19.152312+0000 mon.a (mon.0) 653 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:19.160519+0000 mon.a (mon.0) 654 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: cluster 2024-01-16T17:10:19.160588+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:19.161349+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:20.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:19.161822+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:18.861263+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:18.863778+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: cluster 2024-01-16T17:10:19.152312+0000 mon.a (mon.0) 653 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:19.160519+0000 mon.a (mon.0) 654 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: cluster 2024-01-16T17:10:19.160588+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:19.161349+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:19.161822+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:20.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:19.695054+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.019 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[64029]: audit 2024-01-16T17:10:19.698137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:19.695054+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:19 smithi053 bash[67436]: audit 2024-01-16T17:10:19.698137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: cluster 2024-01-16T17:10:18.814575+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v133: 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-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:18.858051+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:18.861263+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147755\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147845\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147901\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147936\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:16.147970\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:16.148064\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:18.863778+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: cluster 2024-01-16T17:10:19.152312+0000 mon.a (mon.0) 653 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:19.160519+0000 mon.a (mon.0) 654 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: cluster 2024-01-16T17:10:19.160588+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:19.161349+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:19.161822+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:19.695054+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:20.146 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:19 smithi192 bash[64054]: audit 2024-01-16T17:10:19.698137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}}, \"last_daemon_update\": \"2024-01-16T17:10:19.694366\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:20.338 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:20.464 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:20 smithi192 bash[72845]: debug 2024-01-16T17:10:20.163+0000 7f2ffe6d9700 -1 osd.7 0 waiting for initial osdmap 2024-01-16T17:10:20.464 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:10:20 smithi192 bash[72845]: debug 2024-01-16T17:10:20.170+0000 7f30098f5700 -1 osd.7 57 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T17:10:20.649 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":57,"num_osds":8,"num_up_osds":7,"osd_up_since":1705425018,"num_in_osds":7,"osd_in_since":1705425007,"num_remapped_pgs":0} 2024-01-16T17:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: cluster 2024-01-16T17:10:19.513652+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: cluster 2024-01-16T17:10:19.513706+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: audit 2024-01-16T17:10:20.161659+0000 mon.a (mon.0) 660 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: cluster 2024-01-16T17:10:20.161704+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T17:10:21.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: audit 2024-01-16T17:10:20.161826+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:21.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: audit 2024-01-16T17:10:20.356765+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.53:0/1994107084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:21.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:21 smithi192 bash[64054]: cluster 2024-01-16T17:10:20.815086+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 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-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: cluster 2024-01-16T17:10:19.513652+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: cluster 2024-01-16T17:10:19.513706+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: audit 2024-01-16T17:10:20.161659+0000 mon.a (mon.0) 660 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: cluster 2024-01-16T17:10:20.161704+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: audit 2024-01-16T17:10:20.161826+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: audit 2024-01-16T17:10:20.356765+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.53:0/1994107084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:21.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[67436]: cluster 2024-01-16T17:10:20.815086+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 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-16T17:10:21.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: cluster 2024-01-16T17:10:19.513652+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: cluster 2024-01-16T17:10:19.513706+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: audit 2024-01-16T17:10:20.161659+0000 mon.a (mon.0) 660 : audit [INF] from='osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: cluster 2024-01-16T17:10:20.161704+0000 mon.a (mon.0) 661 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: audit 2024-01-16T17:10:20.161826+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: audit 2024-01-16T17:10:20.356765+0000 mon.a (mon.0) 663 : audit [DBG] from='client.? 172.21.15.53:0/1994107084' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:21.516 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:21 smithi053 bash[64029]: cluster 2024-01-16T17:10:20.815086+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v136: 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-16T17:10:21.650 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-16T17:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:22 smithi192 bash[64054]: cluster 2024-01-16T17:10:21.167699+0000 mon.a (mon.0) 664 : cluster [INF] osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894] boot 2024-01-16T17:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:22 smithi192 bash[64054]: cluster 2024-01-16T17:10:21.167746+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-16T17:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:22 smithi192 bash[64054]: audit 2024-01-16T17:10:21.168388+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[64029]: cluster 2024-01-16T17:10:21.167699+0000 mon.a (mon.0) 664 : cluster [INF] osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894] boot 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[64029]: cluster 2024-01-16T17:10:21.167746+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[64029]: audit 2024-01-16T17:10:21.168388+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[67436]: cluster 2024-01-16T17:10:21.167699+0000 mon.a (mon.0) 664 : cluster [INF] osd.7 [v2:172.21.15.192:6824/1444789894,v1:172.21.15.192:6825/1444789894] boot 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[67436]: cluster 2024-01-16T17:10:21.167746+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-16T17:10:22.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:22 smithi053 bash[67436]: audit 2024-01-16T17:10:21.168388+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:10:22.895 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:23.250 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":59,"num_osds":8,"num_up_osds":8,"osd_up_since":1705425021,"num_in_osds":8,"osd_in_since":1705425021,"num_remapped_pgs":0} 2024-01-16T17:10:23.251 INFO:tasks.cephadm:Adding prometheus.a on smithi192 2024-01-16T17:10:23.251 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch apply prometheus '1;smithi192=a' 2024-01-16T17:10:23.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:23 smithi192 bash[64054]: cluster 2024-01-16T17:10:22.167617+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T17:10:23.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:23 smithi192 bash[64054]: cluster 2024-01-16T17:10:22.815412+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:23.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:23 smithi192 bash[64054]: audit 2024-01-16T17:10:22.913189+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.53:0/1930957056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[67436]: cluster 2024-01-16T17:10:22.167617+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[67436]: cluster 2024-01-16T17:10:22.815412+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[67436]: audit 2024-01-16T17:10:22.913189+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.53:0/1930957056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[64029]: cluster 2024-01-16T17:10:22.167617+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[64029]: cluster 2024-01-16T17:10:22.815412+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:23.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:23 smithi053 bash[64029]: audit 2024-01-16T17:10:22.913189+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.53:0/1930957056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T17:10:24.404 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled prometheus update... 2024-01-16T17:10:24.439 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:24 smithi192 bash[64054]: cluster 2024-01-16T17:10:23.169851+0000 mon.a (mon.0) 668 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T17:10:24.439 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:24 smithi192 bash[64054]: cluster 2024-01-16T17:10:23.169881+0000 mon.a (mon.0) 669 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:24.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:24 smithi053 bash[64029]: cluster 2024-01-16T17:10:23.169851+0000 mon.a (mon.0) 668 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T17:10:24.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:24 smithi053 bash[64029]: cluster 2024-01-16T17:10:23.169881+0000 mon.a (mon.0) 669 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:24.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:24 smithi053 bash[67436]: cluster 2024-01-16T17:10:23.169851+0000 mon.a (mon.0) 668 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T17:10:24.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:24 smithi053 bash[67436]: cluster 2024-01-16T17:10:23.169881+0000 mon.a (mon.0) 669 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T17:10:24.773 DEBUG:teuthology.orchestra.run.smithi192:prometheus.a> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a.service 2024-01-16T17:10:24.775 INFO:tasks.cephadm:Adding node-exporter.a on smithi053 2024-01-16T17:10:24.775 INFO:tasks.cephadm:Adding node-exporter.b on smithi192 2024-01-16T17:10:24.775 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch apply node-exporter '2;smithi053=a;smithi192=b' 2024-01-16T17:10:24.804 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: audit 2024-01-16T17:10:24.414875+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.34367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: cephadm 2024-01-16T17:10:24.415443+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi192=a 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: audit 2024-01-16T17:10:24.415837+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: audit 2024-01-16T17:10:24.418974+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: cephadm 2024-01-16T17:10:24.422648+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-01-16T17:10:25.446 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:25 smithi192 bash[64054]: cluster 2024-01-16T17:10:24.815736+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: audit 2024-01-16T17:10:24.414875+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.34367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: cephadm 2024-01-16T17:10:24.415443+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi192=a 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: audit 2024-01-16T17:10:24.415837+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: audit 2024-01-16T17:10:24.418974+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: cephadm 2024-01-16T17:10:24.422648+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[64029]: cluster 2024-01-16T17:10:24.815736+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: audit 2024-01-16T17:10:24.414875+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.34367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: cephadm 2024-01-16T17:10:24.415443+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi192=a 2024-01-16T17:10:25.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: audit 2024-01-16T17:10:24.415837+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T17:10:25.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: audit 2024-01-16T17:10:24.418974+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T17:10:24.415458\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T17:10:25.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: cephadm 2024-01-16T17:10:24.422648+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Deploying daemon prometheus.a on smithi192 2024-01-16T17:10:25.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:25 smithi053 bash[67436]: cluster 2024-01-16T17:10:24.815736+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:25.990 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled node-exporter update... 2024-01-16T17:10:26.364 DEBUG:teuthology.orchestra.run.smithi053:node-exporter.a> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service 2024-01-16T17:10:26.367 DEBUG:teuthology.orchestra.run.smithi192:node-exporter.b> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service 2024-01-16T17:10:26.370 INFO:tasks.cephadm:Adding alertmanager.a on smithi053 2024-01-16T17:10:26.370 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch apply alertmanager '1;smithi053=a' 2024-01-16T17:10:26.399 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:10:26.406 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:10:26.615 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:26 smithi192 bash[64054]: audit 2024-01-16T17:10:26.004362+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T17:10:26.616 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:26 smithi192 bash[64054]: audit 2024-01-16T17:10:26.007583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T17:10:26.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:26 smithi053 bash[64029]: audit 2024-01-16T17:10:26.004362+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T17:10:26.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:26 smithi053 bash[64029]: audit 2024-01-16T17:10:26.007583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T17:10:26.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:26 smithi053 bash[67436]: audit 2024-01-16T17:10:26.004362+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T17:10:26.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:26 smithi053 bash[67436]: audit 2024-01-16T17:10:26.007583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T17:10:26.003980\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi192\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T17:10:27.456 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:27 smithi192 bash[64054]: audit 2024-01-16T17:10:26.003351+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi053=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:27.457 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:27 smithi192 bash[64054]: cephadm 2024-01-16T17:10:26.003966+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi053=a,smithi192=b 2024-01-16T17:10:27.457 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:27 smithi192 bash[64054]: cluster 2024-01-16T17:10:26.816109+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:27.538 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled alertmanager update... 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[64029]: audit 2024-01-16T17:10:26.003351+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi053=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[64029]: cephadm 2024-01-16T17:10:26.003966+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi053=a,smithi192=b 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[64029]: cluster 2024-01-16T17:10:26.816109+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[67436]: audit 2024-01-16T17:10:26.003351+0000 mgr.y (mgr.14142) 132 : audit [DBG] from='client.34373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi053=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[67436]: cephadm 2024-01-16T17:10:26.003966+0000 mgr.y (mgr.14142) 133 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi053=a,smithi192=b 2024-01-16T17:10:27.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:27 smithi053 bash[67436]: cluster 2024-01-16T17:10:26.816109+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:27.898 DEBUG:teuthology.orchestra.run.smithi053:alertmanager.a> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@alertmanager.a.service 2024-01-16T17:10:27.902 INFO:tasks.cephadm:Adding grafana.a on smithi192 2024-01-16T17:10:27.903 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph orch apply grafana '1;smithi192=a' 2024-01-16T17:10:27.935 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:-- Logs begin at Tue 2024-01-16 16:57:09 UTC. -- 2024-01-16T17:10:28.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:28 smithi192 bash[64054]: audit 2024-01-16T17:10:27.552473+0000 mgr.y (mgr.14142) 135 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi053=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:28.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:28 smithi192 bash[64054]: cephadm 2024-01-16T17:10:27.553062+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi053=a 2024-01-16T17:10:28.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:28 smithi192 bash[64054]: audit 2024-01-16T17:10:27.553438+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T17:10:28.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:28 smithi192 bash[64054]: audit 2024-01-16T17:10:27.556603+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[67436]: audit 2024-01-16T17:10:27.552473+0000 mgr.y (mgr.14142) 135 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi053=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[67436]: cephadm 2024-01-16T17:10:27.553062+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi053=a 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[67436]: audit 2024-01-16T17:10:27.553438+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[67436]: audit 2024-01-16T17:10:27.556603+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[64029]: audit 2024-01-16T17:10:27.552473+0000 mgr.y (mgr.14142) 135 : audit [DBG] from='client.34379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi053=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[64029]: cephadm 2024-01-16T17:10:27.553062+0000 mgr.y (mgr.14142) 136 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi053=a 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[64029]: audit 2024-01-16T17:10:27.553438+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T17:10:28.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:28 smithi053 bash[64029]: audit 2024-01-16T17:10:27.556603+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T17:10:27.553082\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi053\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T17:10:29.057 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled grafana update... 2024-01-16T17:10:29.423 DEBUG:teuthology.orchestra.run.smithi192:grafana.a> sudo journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@grafana.a.service 2024-01-16T17:10:29.425 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T17:10:29.425 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T17:10:29.453 INFO:journalctl@ceph.grafana.a.smithi192.stdout:-- Logs begin at Tue 2024-01-16 16:58:58 UTC. -- 2024-01-16T17:10:29.676 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[67436]: cluster 2024-01-16T17:10:28.816596+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:29.676 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[67436]: audit 2024-01-16T17:10:29.072041+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T17:10:29.676 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[67436]: audit 2024-01-16T17:10:29.075076+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T17:10:29.677 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[64029]: cluster 2024-01-16T17:10:28.816596+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:29.677 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[64029]: audit 2024-01-16T17:10:29.072041+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T17:10:29.677 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:29 smithi053 bash[64029]: audit 2024-01-16T17:10:29.075076+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T17:10:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:29 smithi192 bash[64054]: cluster 2024-01-16T17:10:28.816596+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:29 smithi192 bash[64054]: audit 2024-01-16T17:10:29.072041+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T17:10:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:29 smithi192 bash[64054]: audit 2024-01-16T17:10:29.075076+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T17:10:29.071681\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi192\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[64029]: audit 2024-01-16T17:10:29.071099+0000 mgr.y (mgr.14142) 138 : audit [DBG] from='client.34385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[64029]: cephadm 2024-01-16T17:10:29.071660+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Saving service grafana spec with placement count:1 smithi192=a 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[64029]: cluster 2024-01-16T17:10:29.427427+0000 mon.a (mon.0) 678 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[64029]: cluster 2024-01-16T17:10:29.427522+0000 mon.a (mon.0) 679 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[67436]: audit 2024-01-16T17:10:29.071099+0000 mgr.y (mgr.14142) 138 : audit [DBG] from='client.34385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[67436]: cephadm 2024-01-16T17:10:29.071660+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Saving service grafana spec with placement count:1 smithi192=a 2024-01-16T17:10:30.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[67436]: cluster 2024-01-16T17:10:29.427427+0000 mon.a (mon.0) 678 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T17:10:30.516 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:30 smithi053 bash[67436]: cluster 2024-01-16T17:10:29.427522+0000 mon.a (mon.0) 679 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:30.647 INFO:teuthology.orchestra.run.smithi053.stdout:[client.0] 2024-01-16T17:10:30.647 INFO:teuthology.orchestra.run.smithi053.stdout: key = AQCGuKZlrod2JxAAjQcEyS2jHtEsX7bPK7LzKg== 2024-01-16T17:10:30.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:30 smithi192 bash[64054]: audit 2024-01-16T17:10:29.071099+0000 mgr.y (mgr.14142) 138 : audit [DBG] from='client.34385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:10:30.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:30 smithi192 bash[64054]: cephadm 2024-01-16T17:10:29.071660+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Saving service grafana spec with placement count:1 smithi192=a 2024-01-16T17:10:30.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:30 smithi192 bash[64054]: cluster 2024-01-16T17:10:29.427427+0000 mon.a (mon.0) 678 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T17:10:30.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:30 smithi192 bash[64054]: cluster 2024-01-16T17:10:29.427522+0000 mon.a (mon.0) 679 : cluster [INF] Cluster is now healthy 2024-01-16T17:10:31.015 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-01-16T17:10:31.015 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T17:10:31.015 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T17:10:31.056 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T17:10:31.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:31 smithi192 bash[64054]: audit 2024-01-16T17:10:30.661957+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:31.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:31 smithi192 bash[64054]: audit 2024-01-16T17:10:30.666244+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T17:10:31.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:31 smithi192 bash[64054]: cluster 2024-01-16T17:10:30.817114+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[64029]: audit 2024-01-16T17:10:30.661957+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[64029]: audit 2024-01-16T17:10:30.666244+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[64029]: cluster 2024-01-16T17:10:30.817114+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[67436]: audit 2024-01-16T17:10:30.661957+0000 mon.a (mon.0) 680 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[67436]: audit 2024-01-16T17:10:30.666244+0000 mon.a (mon.0) 681 : audit [INF] from='client.? 172.21.15.53:0/2247259751' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T17:10:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:31 smithi053 bash[67436]: cluster 2024-01-16T17:10:30.817114+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:32.474 INFO:teuthology.orchestra.run.smithi192.stdout:[client.1] 2024-01-16T17:10:32.475 INFO:teuthology.orchestra.run.smithi192.stdout: key = AQCIuKZlNscvHRAAhBjOOnjzQH3Ufa8ygMHvjQ== 2024-01-16T17:10:32.862 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:32 smithi192 bash[64054]: audit 2024-01-16T17:10:32.488992+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.192:0/1576856575' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:32.862 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:32 smithi192 bash[64054]: audit 2024-01-16T17:10:32.489516+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-16T17:10:32.862 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:32 smithi192 bash[64054]: audit 2024-01-16T17:10:32.492992+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-16T17:10:32.874 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-01-16T17:10:32.874 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T17:10:32.874 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T17:10:32.917 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-16T17:10:32.949 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[67436]: audit 2024-01-16T17:10:32.488992+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.192:0/1576856575' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:32.949 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[67436]: audit 2024-01-16T17:10:32.489516+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-16T17:10:32.950 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[67436]: audit 2024-01-16T17:10:32.492992+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-16T17:10:32.950 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[64029]: audit 2024-01-16T17:10:32.488992+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.192:0/1576856575' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T17:10:32.950 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[64029]: audit 2024-01-16T17:10:32.489516+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-16T17:10:32.950 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:32 smithi053 bash[64029]: audit 2024-01-16T17:10:32.492992+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-16T17:10:34.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:33 smithi053 bash[64029]: cluster 2024-01-16T17:10:32.817452+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:34.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:33 smithi053 bash[67436]: cluster 2024-01-16T17:10:32.817452+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:34.059 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:34.059 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":59,"fsid":"928e0b48-b491-11ee-95ae-87774f69a715","created":"2024-01-16T17:06:49.105505+0000","modified":"2024-01-16T17:10:22.164319+0000","last_up_change":"2024-01-16T17:10:21.159433+0000","last_in_change":"2024-01-16T17:10:21.159433+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-16T17:06:57.761893+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":"dab056c9-6047-4d4d-9de7-2b149fa9c43e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":57,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6803","nonce":2948181554}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6805","nonce":2948181554}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6809","nonce":2948181554}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6807","nonce":2948181554}]},"public_addr":"172.21.15.53:6803/2948181554","cluster_addr":"172.21.15.53:6805/2948181554","heartbeat_back_addr":"172.21.15.53:6809/2948181554","heartbeat_front_addr":"172.21.15.53:6807/2948181554","state":["exists","up"]},{"osd":1,"uuid":"2dac01bb-38b9-4123-8c3a-fb33db9a1773","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6811","nonce":3896399206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6813","nonce":3896399206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6816","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6817","nonce":3896399206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6815","nonce":3896399206}]},"public_addr":"172.21.15.53:6811/3896399206","cluster_addr":"172.21.15.53:6813/3896399206","heartbeat_back_addr":"172.21.15.53:6817/3896399206","heartbeat_front_addr":"172.21.15.53:6815/3896399206","state":["exists","up"]},{"osd":2,"uuid":"aa8345bb-a9d2-4fe2-904f-305010b8539f","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.53:6818","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6819","nonce":1884215836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6820","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6821","nonce":1884215836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6824","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6825","nonce":1884215836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6822","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6823","nonce":1884215836}]},"public_addr":"172.21.15.53:6819/1884215836","cluster_addr":"172.21.15.53:6821/1884215836","heartbeat_back_addr":"172.21.15.53:6825/1884215836","heartbeat_front_addr":"172.21.15.53:6823/1884215836","state":["exists","up"]},{"osd":3,"uuid":"ad567fac-b8fb-4d49-af40-edb096b95029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6826","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6827","nonce":536126012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6828","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6829","nonce":536126012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6832","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6833","nonce":536126012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6830","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6831","nonce":536126012}]},"public_addr":"172.21.15.53:6827/536126012","cluster_addr":"172.21.15.53:6829/536126012","heartbeat_back_addr":"172.21.15.53:6833/536126012","heartbeat_front_addr":"172.21.15.53:6831/536126012","state":["exists","up"]},{"osd":4,"uuid":"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6801","nonce":1238843518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6803","nonce":1238843518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6807","nonce":1238843518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6805","nonce":1238843518}]},"public_addr":"172.21.15.192:6801/1238843518","cluster_addr":"172.21.15.192:6803/1238843518","heartbeat_back_addr":"172.21.15.192:6807/1238843518","heartbeat_front_addr":"172.21.15.192:6805/1238843518","state":["exists","up"]},{"osd":5,"uuid":"28949ab5-5e0d-407a-b852-c79fc25f08e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"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.192:6808","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6809","nonce":2310475611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6811","nonce":2310475611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6815","nonce":2310475611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6813","nonce":2310475611}]},"public_addr":"172.21.15.192:6809/2310475611","cluster_addr":"172.21.15.192:6811/2310475611","heartbeat_back_addr":"172.21.15.192:6815/2310475611","heartbeat_front_addr":"172.21.15.192:6813/2310475611","state":["exists","up"]},{"osd":6,"uuid":"3c931e75-ac55-4218-95c9-88fd33f674f9","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.192:6816","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6817","nonce":2677161009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6819","nonce":2677161009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6823","nonce":2677161009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6821","nonce":2677161009}]},"public_addr":"172.21.15.192:6817/2677161009","cluster_addr":"172.21.15.192:6819/2677161009","heartbeat_back_addr":"172.21.15.192:6823/2677161009","heartbeat_front_addr":"172.21.15.192:6821/2677161009","state":["exists","up"]},{"osd":7,"uuid":"5f39f483-2870-4bab-b081-befe2f741753","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":58,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6825","nonce":1444789894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6827","nonce":1444789894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6831","nonce":1444789894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6829","nonce":1444789894}]},"public_addr":"172.21.15.192:6825/1444789894","cluster_addr":"172.21.15.192:6827/1444789894","heartbeat_back_addr":"172.21.15.192:6831/1444789894","heartbeat_front_addr":"172.21.15.192:6829/1444789894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T17:08:57.835666+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:08:44.987011+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-16T17:08:59.861783+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-16T17:09:13.888952+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-16T17:09:27.381111+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-16T17:09:37.983076+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:09:51.574679+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-16T17:10:05.481143+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-16T17:10:19.513709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.53:0/2601471957":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/334209939":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/3270787197":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/3676768826":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:6801/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6801/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/1526781814":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/2983969712":"2024-01-17T17:07:05.604642+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-16T17:10:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:33 smithi192 bash[64054]: cluster 2024-01-16T17:10:32.817452+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:34.415 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T17:06:57.761893+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-16T17:10:34.415 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[67436]: audit 2024-01-16T17:10:33.829581+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[67436]: audit 2024-01-16T17:10:33.832042+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[67436]: audit 2024-01-16T17:10:34.076992+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.53:0/3576276007' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[64029]: audit 2024-01-16T17:10:33.829581+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[64029]: audit 2024-01-16T17:10:33.832042+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:10:35.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:34 smithi053 bash[64029]: audit 2024-01-16T17:10:34.076992+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.53:0/3576276007' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:34 smithi192 bash[64054]: audit 2024-01-16T17:10:33.829581+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:10:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:34 smithi192 bash[64054]: audit 2024-01-16T17:10:33.832042+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425021.167726, \"finished_at\": 1705425029.4322212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:10:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:34 smithi192 bash[64054]: audit 2024-01-16T17:10:34.076992+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.53:0/3576276007' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:35.610 INFO:teuthology.orchestra.run.smithi053.stdout:pg_num: 1 2024-01-16T17:10:35.924 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:35 smithi053 bash[67436]: cluster 2024-01-16T17:10:34.817760+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:35.924 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:35 smithi053 bash[67436]: audit 2024-01-16T17:10:35.628613+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.53:0/3382504737' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T17:10:35.924 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:35 smithi053 bash[64029]: cluster 2024-01-16T17:10:34.817760+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:35.924 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:35 smithi053 bash[64029]: audit 2024-01-16T17:10:35.628613+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.53:0/3382504737' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T17:10:35.925 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T17:10:35.925 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T17:10:35.925 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T17:10:36.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:35 smithi192 bash[64054]: cluster 2024-01-16T17:10:34.817760+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:36.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:35 smithi192 bash[64054]: audit 2024-01-16T17:10:35.628613+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.53:0/3382504737' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T17:10:37.108 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:37.465 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6800","nonce":2407589890},{"type":"v1","addr":"172.21.15.53:6801","nonce":2407589890}]},"active_addr":"172.21.15.53:6801/2407589890","active_change":"2024-01-16T17:07:18.699828+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292836696063,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi053.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.53:0","nonce":3985068468}]},{"addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":89654762}]},{"addrvec":[{"type":"v2","addr":"172.21.15.53:0","nonce":2791815123}]}]}} 2024-01-16T17:10:37.467 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T17:10:37.467 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T17:10:37.467 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-16T17:10:38.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:37 smithi053 bash[67436]: cluster 2024-01-16T17:10:36.818215+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:38.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:37 smithi053 bash[67436]: audit 2024-01-16T17:10:37.122978+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.53:0/1892029906' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T17:10:38.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:37 smithi053 bash[64029]: cluster 2024-01-16T17:10:36.818215+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:38.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:37 smithi053 bash[64029]: audit 2024-01-16T17:10:37.122978+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.53:0/1892029906' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T17:10:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:37 smithi192 bash[64054]: cluster 2024-01-16T17:10:36.818215+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:38.155 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:37 smithi192 bash[64054]: audit 2024-01-16T17:10:37.122978+0000 mon.a (mon.0) 686 : audit [DBG] from='client.? 172.21.15.53:0/1892029906' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T17:10:38.464 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 podman[74649]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-16T17:10:38.464 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 systemd[1]: Started Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:38.558 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:38.559 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":59,"fsid":"928e0b48-b491-11ee-95ae-87774f69a715","created":"2024-01-16T17:06:49.105505+0000","modified":"2024-01-16T17:10:22.164319+0000","last_up_change":"2024-01-16T17:10:21.159433+0000","last_in_change":"2024-01-16T17:10:21.159433+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-16T17:06:57.761893+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":"dab056c9-6047-4d4d-9de7-2b149fa9c43e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":57,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6803","nonce":2948181554}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6805","nonce":2948181554}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6809","nonce":2948181554}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6807","nonce":2948181554}]},"public_addr":"172.21.15.53:6803/2948181554","cluster_addr":"172.21.15.53:6805/2948181554","heartbeat_back_addr":"172.21.15.53:6809/2948181554","heartbeat_front_addr":"172.21.15.53:6807/2948181554","state":["exists","up"]},{"osd":1,"uuid":"2dac01bb-38b9-4123-8c3a-fb33db9a1773","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6811","nonce":3896399206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6813","nonce":3896399206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6816","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6817","nonce":3896399206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6815","nonce":3896399206}]},"public_addr":"172.21.15.53:6811/3896399206","cluster_addr":"172.21.15.53:6813/3896399206","heartbeat_back_addr":"172.21.15.53:6817/3896399206","heartbeat_front_addr":"172.21.15.53:6815/3896399206","state":["exists","up"]},{"osd":2,"uuid":"aa8345bb-a9d2-4fe2-904f-305010b8539f","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.53:6818","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6819","nonce":1884215836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6820","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6821","nonce":1884215836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6824","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6825","nonce":1884215836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6822","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6823","nonce":1884215836}]},"public_addr":"172.21.15.53:6819/1884215836","cluster_addr":"172.21.15.53:6821/1884215836","heartbeat_back_addr":"172.21.15.53:6825/1884215836","heartbeat_front_addr":"172.21.15.53:6823/1884215836","state":["exists","up"]},{"osd":3,"uuid":"ad567fac-b8fb-4d49-af40-edb096b95029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6826","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6827","nonce":536126012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6828","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6829","nonce":536126012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6832","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6833","nonce":536126012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6830","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6831","nonce":536126012}]},"public_addr":"172.21.15.53:6827/536126012","cluster_addr":"172.21.15.53:6829/536126012","heartbeat_back_addr":"172.21.15.53:6833/536126012","heartbeat_front_addr":"172.21.15.53:6831/536126012","state":["exists","up"]},{"osd":4,"uuid":"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6801","nonce":1238843518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6803","nonce":1238843518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6807","nonce":1238843518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6805","nonce":1238843518}]},"public_addr":"172.21.15.192:6801/1238843518","cluster_addr":"172.21.15.192:6803/1238843518","heartbeat_back_addr":"172.21.15.192:6807/1238843518","heartbeat_front_addr":"172.21.15.192:6805/1238843518","state":["exists","up"]},{"osd":5,"uuid":"28949ab5-5e0d-407a-b852-c79fc25f08e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"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.192:6808","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6809","nonce":2310475611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6811","nonce":2310475611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6815","nonce":2310475611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6813","nonce":2310475611}]},"public_addr":"172.21.15.192:6809/2310475611","cluster_addr":"172.21.15.192:6811/2310475611","heartbeat_back_addr":"172.21.15.192:6815/2310475611","heartbeat_front_addr":"172.21.15.192:6813/2310475611","state":["exists","up"]},{"osd":6,"uuid":"3c931e75-ac55-4218-95c9-88fd33f674f9","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.192:6816","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6817","nonce":2677161009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6819","nonce":2677161009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6823","nonce":2677161009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6821","nonce":2677161009}]},"public_addr":"172.21.15.192:6817/2677161009","cluster_addr":"172.21.15.192:6819/2677161009","heartbeat_back_addr":"172.21.15.192:6823/2677161009","heartbeat_front_addr":"172.21.15.192:6821/2677161009","state":["exists","up"]},{"osd":7,"uuid":"5f39f483-2870-4bab-b081-befe2f741753","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":58,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6825","nonce":1444789894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6827","nonce":1444789894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6831","nonce":1444789894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6829","nonce":1444789894}]},"public_addr":"172.21.15.192:6825/1444789894","cluster_addr":"172.21.15.192:6827/1444789894","heartbeat_back_addr":"172.21.15.192:6831/1444789894","heartbeat_front_addr":"172.21.15.192:6829/1444789894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T17:08:57.835666+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:08:44.987011+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-16T17:08:59.861783+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-16T17:09:13.888952+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-16T17:09:27.381111+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-16T17:09:37.983076+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:09:51.574679+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-16T17:10:05.481143+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-16T17:10:19.513709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.53:0/2601471957":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/334209939":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/3270787197":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/3676768826":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:6801/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6801/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/1526781814":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/2983969712":"2024-01-17T17:07:05.604642+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-16T17:10:38.838 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[67436]: audit 2024-01-16T17:10:38.340636+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:38.838 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[67436]: audit 2024-01-16T17:10:38.343234+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:38.838 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[67436]: audit 2024-01-16T17:10:38.343861+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:38.838 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[67436]: audit 2024-01-16T17:10:38.576822+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.53:0/2117166043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:38.839 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[64029]: audit 2024-01-16T17:10:38.340636+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:38.839 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[64029]: audit 2024-01-16T17:10:38.343234+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:38.839 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[64029]: audit 2024-01-16T17:10:38.343861+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:38.839 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:38 smithi053 bash[64029]: audit 2024-01-16T17:10:38.576822+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.53:0/2117166043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:38.913 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T17:10:38.914 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-16T17:10:39.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[64054]: audit 2024-01-16T17:10:38.340636+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:39.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[64054]: audit 2024-01-16T17:10:38.343234+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694095\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694174\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694206\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694236\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:19.694265\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:19.694293\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:39.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[64054]: audit 2024-01-16T17:10:38.343861+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:10:39.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[64054]: audit 2024-01-16T17:10:38.576822+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.53:0/2117166043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z 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-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi192 (none))" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.786Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.787Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.788Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.789Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.789Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.792Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.792Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.66µs 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.792Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T17:10:39.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.793Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.793Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=39.21µs wal_replay_duration=278.013µs wbl_replay_duration=122ns total_replay_duration=355.873µs 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.795Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.795Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.795Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.796Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=795.705µs db_storage=923ns remote_storage=1.412µs web_handler=394ns query_engine=775ns scrape=461.261µs scrape_sd=25.792µs notify=794ns notify_sd=1.942µs rules=50.951µs tracing=7.898µs 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.796Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T17:10:39.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:10:38 smithi192 bash[74666]: ts=2024-01-16T17:10:38.796Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T17:10:39.983 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[67436]: cluster 2024-01-16T17:10:38.818509+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[64029]: cluster 2024-01-16T17:10:38.818509+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[64029]: audit 2024-01-16T17:10:39.606929+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[64029]: audit 2024-01-16T17:10:39.609690+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[64029]: audit 2024-01-16T17:10:39.610859+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[64029]: audit 2024-01-16T17:10:39.611390+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:39.984 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[67436]: audit 2024-01-16T17:10:39.606929+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:39.985 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[67436]: audit 2024-01-16T17:10:39.609690+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:39.985 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[67436]: audit 2024-01-16T17:10:39.610859+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:39.985 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:39 smithi053 bash[67436]: audit 2024-01-16T17:10:39.611390+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:40.076 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:10:40.076 INFO:teuthology.orchestra.run.smithi053.stdout:{"epoch":59,"fsid":"928e0b48-b491-11ee-95ae-87774f69a715","created":"2024-01-16T17:06:49.105505+0000","modified":"2024-01-16T17:10:22.164319+0000","last_up_change":"2024-01-16T17:10:21.159433+0000","last_in_change":"2024-01-16T17:10:21.159433+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-16T17:06:57.761893+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":"dab056c9-6047-4d4d-9de7-2b149fa9c43e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":57,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6802","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6803","nonce":2948181554}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6804","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6805","nonce":2948181554}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6808","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6809","nonce":2948181554}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6806","nonce":2948181554},{"type":"v1","addr":"172.21.15.53:6807","nonce":2948181554}]},"public_addr":"172.21.15.53:6803/2948181554","cluster_addr":"172.21.15.53:6805/2948181554","heartbeat_back_addr":"172.21.15.53:6809/2948181554","heartbeat_front_addr":"172.21.15.53:6807/2948181554","state":["exists","up"]},{"osd":1,"uuid":"2dac01bb-38b9-4123-8c3a-fb33db9a1773","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6810","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6811","nonce":3896399206}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6812","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6813","nonce":3896399206}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6816","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6817","nonce":3896399206}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6814","nonce":3896399206},{"type":"v1","addr":"172.21.15.53:6815","nonce":3896399206}]},"public_addr":"172.21.15.53:6811/3896399206","cluster_addr":"172.21.15.53:6813/3896399206","heartbeat_back_addr":"172.21.15.53:6817/3896399206","heartbeat_front_addr":"172.21.15.53:6815/3896399206","state":["exists","up"]},{"osd":2,"uuid":"aa8345bb-a9d2-4fe2-904f-305010b8539f","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.53:6818","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6819","nonce":1884215836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6820","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6821","nonce":1884215836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6824","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6825","nonce":1884215836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6822","nonce":1884215836},{"type":"v1","addr":"172.21.15.53:6823","nonce":1884215836}]},"public_addr":"172.21.15.53:6819/1884215836","cluster_addr":"172.21.15.53:6821/1884215836","heartbeat_back_addr":"172.21.15.53:6825/1884215836","heartbeat_front_addr":"172.21.15.53:6823/1884215836","state":["exists","up"]},{"osd":3,"uuid":"ad567fac-b8fb-4d49-af40-edb096b95029","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6826","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6827","nonce":536126012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6828","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6829","nonce":536126012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6832","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6833","nonce":536126012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.53:6830","nonce":536126012},{"type":"v1","addr":"172.21.15.53:6831","nonce":536126012}]},"public_addr":"172.21.15.53:6827/536126012","cluster_addr":"172.21.15.53:6829/536126012","heartbeat_back_addr":"172.21.15.53:6833/536126012","heartbeat_front_addr":"172.21.15.53:6831/536126012","state":["exists","up"]},{"osd":4,"uuid":"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6801","nonce":1238843518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6803","nonce":1238843518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6807","nonce":1238843518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":1238843518},{"type":"v1","addr":"172.21.15.192:6805","nonce":1238843518}]},"public_addr":"172.21.15.192:6801/1238843518","cluster_addr":"172.21.15.192:6803/1238843518","heartbeat_back_addr":"172.21.15.192:6807/1238843518","heartbeat_front_addr":"172.21.15.192:6805/1238843518","state":["exists","up"]},{"osd":5,"uuid":"28949ab5-5e0d-407a-b852-c79fc25f08e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":44,"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.192:6808","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6809","nonce":2310475611}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6811","nonce":2310475611}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6815","nonce":2310475611}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":2310475611},{"type":"v1","addr":"172.21.15.192:6813","nonce":2310475611}]},"public_addr":"172.21.15.192:6809/2310475611","cluster_addr":"172.21.15.192:6811/2310475611","heartbeat_back_addr":"172.21.15.192:6815/2310475611","heartbeat_front_addr":"172.21.15.192:6813/2310475611","state":["exists","up"]},{"osd":6,"uuid":"3c931e75-ac55-4218-95c9-88fd33f674f9","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.192:6816","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6817","nonce":2677161009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6819","nonce":2677161009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6823","nonce":2677161009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":2677161009},{"type":"v1","addr":"172.21.15.192:6821","nonce":2677161009}]},"public_addr":"172.21.15.192:6817/2677161009","cluster_addr":"172.21.15.192:6819/2677161009","heartbeat_back_addr":"172.21.15.192:6823/2677161009","heartbeat_front_addr":"172.21.15.192:6821/2677161009","state":["exists","up"]},{"osd":7,"uuid":"5f39f483-2870-4bab-b081-befe2f741753","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":58,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6825","nonce":1444789894}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6827","nonce":1444789894}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6831","nonce":1444789894}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":1444789894},{"type":"v1","addr":"172.21.15.192:6829","nonce":1444789894}]},"public_addr":"172.21.15.192:6825/1444789894","cluster_addr":"172.21.15.192:6827/1444789894","heartbeat_back_addr":"172.21.15.192:6831/1444789894","heartbeat_front_addr":"172.21.15.192:6829/1444789894","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T17:08:57.835666+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:08:44.987011+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-16T17:08:59.861783+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-16T17:09:13.888952+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-16T17:09:27.381111+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-16T17:09:37.983076+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T17:09:51.574679+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-16T17:10:05.481143+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-16T17:10:19.513709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.53:0/2601471957":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/334209939":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:0/3270787197":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/3676768826":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6800/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:6801/4098196847":"2024-01-17T17:07:18.699544+0000","172.21.15.53:6801/3766233506":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/1526781814":"2024-01-17T17:07:05.604642+0000","172.21.15.53:0/2983969712":"2024-01-17T17:07:05.604642+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-16T17:10:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:39 smithi192 bash[64054]: cluster 2024-01-16T17:10:38.818509+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:39 smithi192 bash[64054]: audit 2024-01-16T17:10:39.606929+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:39 smithi192 bash[64054]: audit 2024-01-16T17:10:39.609690+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}}, \"last_daemon_update\": \"2024-01-16T17:10:39.606066\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:39 smithi192 bash[64054]: audit 2024-01-16T17:10:39.610859+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:39 smithi192 bash[64054]: audit 2024-01-16T17:10:39.611390+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:40.234 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:10:40 smithi053 podman[78490]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:10:40.234 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:10:40 smithi053 systemd[1]: Started Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:40.392 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T17:10:40.514 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[78516]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:10:40.514 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[78516]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:10:40.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:10:40 smithi192 systemd[1]: Started Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:10:41.002 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[75084]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:10:41.002 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[75084]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:10:41.003 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: cephadm 2024-01-16T17:10:39.611818+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Deploying daemon node-exporter.a on smithi053 2024-01-16T17:10:41.003 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.093007+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.53:0/43668211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:41.003 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.196542+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:10:41.004 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.199164+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:10:41.004 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.199626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:41.004 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.200182+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:41.004 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.685036+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:41.004 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:40 smithi192 bash[64054]: audit 2024-01-16T17:10:40.687667+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:41.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: cephadm 2024-01-16T17:10:39.611818+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Deploying daemon node-exporter.a on smithi053 2024-01-16T17:10:41.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.093007+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.53:0/43668211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:41.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: cephadm 2024-01-16T17:10:39.611818+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Deploying daemon node-exporter.a on smithi053 2024-01-16T17:10:41.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.093007+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.53:0/43668211' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T17:10:41.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.196542+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:10:41.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.196542+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:10:41.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.199164+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:10:41.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.199626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:41.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.200182+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:41.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.199164+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306087\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306162\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306194\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306224\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:09:25.306253\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:09:25.306281\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:09:25.306310\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:10:41.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.199626+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T17:10:41.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.200182+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:10:41.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.685036+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:41.017 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[67436]: audit 2024-01-16T17:10:40.687667+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:41.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.685036+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:10:41.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:40 smithi053 bash[64029]: audit 2024-01-16T17:10:40.687667+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:10:41.773 INFO:teuthology.orchestra.run.smithi053.stdout:60129542166 2024-01-16T17:10:41.773 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[64029]: cephadm 2024-01-16T17:10:40.200600+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[64029]: cephadm 2024-01-16T17:10:40.689814+0000 mgr.y (mgr.14142) 147 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[64029]: cluster 2024-01-16T17:10:40.818785+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[67436]: cephadm 2024-01-16T17:10:40.200600+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[67436]: cephadm 2024-01-16T17:10:40.689814+0000 mgr.y (mgr.14142) 147 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:10:42.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:41 smithi053 bash[67436]: cluster 2024-01-16T17:10:40.818785+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:41 smithi192 bash[64054]: cephadm 2024-01-16T17:10:40.200600+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon node-exporter.b on smithi192 2024-01-16T17:10:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:41 smithi192 bash[64054]: cephadm 2024-01-16T17:10:40.689814+0000 mgr.y (mgr.14142) 147 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:10:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:41 smithi192 bash[64054]: cluster 2024-01-16T17:10:40.818785+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:43.173 INFO:teuthology.orchestra.run.smithi053.stdout:90194313236 2024-01-16T17:10:43.173 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T17:10:43.975 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:43 smithi053 bash[64029]: cluster 2024-01-16T17:10:42.819094+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:43.975 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:43 smithi053 bash[67436]: cluster 2024-01-16T17:10:42.819094+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:43 smithi192 bash[64054]: cluster 2024-01-16T17:10:42.819094+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:44.564 INFO:teuthology.orchestra.run.smithi053.stdout:124554051601 2024-01-16T17:10:44.564 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T17:10:45.862 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:45 smithi053 bash[67436]: cluster 2024-01-16T17:10:44.819412+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:45.862 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:45 smithi053 bash[64029]: cluster 2024-01-16T17:10:44.819412+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:45.884 INFO:teuthology.orchestra.run.smithi053.stdout:141733920785 2024-01-16T17:10:45.884 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T17:10:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:45 smithi192 bash[64054]: cluster 2024-01-16T17:10:44.819412+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:47.263 INFO:teuthology.orchestra.run.smithi053.stdout:176093659149 2024-01-16T17:10:47.264 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T17:10:48.011 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:47 smithi053 bash[67436]: cluster 2024-01-16T17:10:46.819705+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:48.012 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:47 smithi053 bash[64029]: cluster 2024-01-16T17:10:46.819705+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:47 smithi192 bash[64054]: cluster 2024-01-16T17:10:46.819705+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:48.688 INFO:teuthology.orchestra.run.smithi053.stdout:206158430219 2024-01-16T17:10:48.688 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T17:10:49.999 INFO:teuthology.orchestra.run.smithi053.stdout:236223201288 2024-01-16T17:10:50.000 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T17:10:50.137 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:49 smithi053 bash[67436]: cluster 2024-01-16T17:10:48.820055+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:50.137 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:49 smithi053 bash[64029]: cluster 2024-01-16T17:10:48.820055+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:49 smithi192 bash[64054]: cluster 2024-01-16T17:10:48.820055+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:51.387 INFO:teuthology.orchestra.run.smithi053.stdout:249108103176 2024-01-16T17:10:51.387 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T17:10:52.142 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:51 smithi053 bash[67436]: cluster 2024-01-16T17:10:50.820476+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:52.142 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:51 smithi053 bash[64029]: cluster 2024-01-16T17:10:50.820476+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:51 smithi192 bash[64054]: cluster 2024-01-16T17:10:50.820476+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:52.498 INFO:teuthology.orchestra.run.smithi053.stdout:60129542168 2024-01-16T17:10:52.845 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:52 smithi053 bash[64029]: audit 2024-01-16T17:10:52.517183+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.53:0/127950984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T17:10:52.887 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542166 got 60129542168 for osd.0 2024-01-16T17:10:52.887 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T17:10:53.114 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:52 smithi053 bash[67436]: audit 2024-01-16T17:10:52.517183+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.53:0/127950984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T17:10:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:52 smithi192 bash[64054]: audit 2024-01-16T17:10:52.517183+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.53:0/127950984' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T17:10:54.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:53 smithi053 bash[67436]: cluster 2024-01-16T17:10:52.820842+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:54.015 INFO:teuthology.orchestra.run.smithi053.stdout:90194313238 2024-01-16T17:10:54.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:53 smithi053 bash[64029]: cluster 2024-01-16T17:10:52.820842+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:53 smithi192 bash[64054]: cluster 2024-01-16T17:10:52.820842+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:54.349 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313236 got 90194313238 for osd.1 2024-01-16T17:10:54.349 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T17:10:55.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:54 smithi053 bash[64029]: audit 2024-01-16T17:10:54.033363+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.53:0/3297613033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T17:10:55.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:54 smithi053 bash[67436]: audit 2024-01-16T17:10:54.033363+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.53:0/3297613033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T17:10:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:54 smithi192 bash[64054]: audit 2024-01-16T17:10:54.033363+0000 mon.a (mon.0) 701 : audit [DBG] from='client.? 172.21.15.53:0/3297613033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T17:10:55.527 INFO:teuthology.orchestra.run.smithi053.stdout:124554051603 2024-01-16T17:10:55.887 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051601 got 124554051603 for osd.2 2024-01-16T17:10:55.887 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T17:10:56.121 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:55 smithi053 bash[67436]: cluster 2024-01-16T17:10:54.821296+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:56.121 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:55 smithi053 bash[67436]: audit 2024-01-16T17:10:55.546637+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.53:0/2180726278' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T17:10:56.121 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:55 smithi053 bash[64029]: cluster 2024-01-16T17:10:54.821296+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:56.122 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:55 smithi053 bash[64029]: audit 2024-01-16T17:10:55.546637+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.53:0/2180726278' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T17:10:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:55 smithi192 bash[64054]: cluster 2024-01-16T17:10:54.821296+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:56.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:55 smithi192 bash[64054]: audit 2024-01-16T17:10:55.546637+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.53:0/2180726278' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T17:10:57.082 INFO:teuthology.orchestra.run.smithi053.stdout:141733920787 2024-01-16T17:10:57.428 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920785 got 141733920787 for osd.3 2024-01-16T17:10:57.428 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T17:10:58.138 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:57 smithi053 bash[67436]: cluster 2024-01-16T17:10:56.821644+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:58.138 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:57 smithi053 bash[67436]: audit 2024-01-16T17:10:57.101651+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.53:0/1095880284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T17:10:58.138 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:57 smithi053 bash[64029]: cluster 2024-01-16T17:10:56.821644+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:58.138 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:57 smithi053 bash[64029]: audit 2024-01-16T17:10:57.101651+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.53:0/1095880284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T17:10:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:57 smithi192 bash[64054]: cluster 2024-01-16T17:10:56.821644+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:10:58.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:57 smithi192 bash[64054]: audit 2024-01-16T17:10:57.101651+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.53:0/1095880284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T17:10:58.563 INFO:teuthology.orchestra.run.smithi053.stdout:176093659151 2024-01-16T17:10:58.936 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659149 got 176093659151 for osd.4 2024-01-16T17:10:58.936 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T17:10:59.142 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:58 smithi053 bash[67436]: audit 2024-01-16T17:10:58.581697+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.53:0/3695385536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T17:10:59.142 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:58 smithi053 bash[64029]: audit 2024-01-16T17:10:58.581697+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.53:0/3695385536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T17:10:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:58 smithi192 bash[64054]: audit 2024-01-16T17:10:58.581697+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.53:0/3695385536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T17:11:00.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:10:59 smithi053 bash[67436]: cluster 2024-01-16T17:10:58.821958+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:00.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:10:59 smithi053 bash[64029]: cluster 2024-01-16T17:10:58.821958+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:00.074 INFO:teuthology.orchestra.run.smithi053.stdout:206158430221 2024-01-16T17:11:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:10:59 smithi192 bash[64054]: cluster 2024-01-16T17:10:58.821958+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:00.437 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430219 got 206158430221 for osd.5 2024-01-16T17:11:00.437 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T17:11:01.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:00 smithi053 bash[67436]: audit 2024-01-16T17:11:00.093363+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.53:0/801846623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T17:11:01.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:00 smithi053 bash[64029]: audit 2024-01-16T17:11:00.093363+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.53:0/801846623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T17:11:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:00 smithi192 bash[64054]: audit 2024-01-16T17:11:00.093363+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.53:0/801846623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T17:11:01.596 INFO:teuthology.orchestra.run.smithi053.stdout:236223201290 2024-01-16T17:11:01.968 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:01 smithi053 bash[67436]: cluster 2024-01-16T17:11:00.822224+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:01.968 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:01 smithi053 bash[67436]: audit 2024-01-16T17:11:01.615066+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.53:0/875701530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T17:11:01.969 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:01 smithi053 bash[64029]: cluster 2024-01-16T17:11:00.822224+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:01.969 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:01 smithi053 bash[64029]: audit 2024-01-16T17:11:01.615066+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.53:0/875701530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T17:11:01.970 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201288 got 236223201290 for osd.6 2024-01-16T17:11:01.970 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T17:11:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:01 smithi192 bash[64054]: cluster 2024-01-16T17:11:00.822224+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:01 smithi192 bash[64054]: audit 2024-01-16T17:11:01.615066+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.53:0/875701530' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T17:11:03.130 INFO:teuthology.orchestra.run.smithi053.stdout:249108103179 2024-01-16T17:11:03.510 INFO:tasks.cephadm.ceph_manager.ceph:need seq 249108103176 got 249108103179 for osd.7 2024-01-16T17:11:03.511 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T17:11:03.511 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-16T17:11:04.014 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:03 smithi053 bash[67436]: cluster 2024-01-16T17:11:02.822516+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:04.014 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:03 smithi053 bash[67436]: audit 2024-01-16T17:11:03.149146+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.53:0/827178777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T17:11:04.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:03 smithi053 bash[64029]: cluster 2024-01-16T17:11:02.822516+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:04.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:03 smithi053 bash[64029]: audit 2024-01-16T17:11:03.149146+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.53:0/827178777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T17:11:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:03 smithi192 bash[64054]: cluster 2024-01-16T17:11:02.822516+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:03 smithi192 bash[64054]: audit 2024-01-16T17:11:03.149146+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.53:0/827178777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T17:11:04.689 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:11:04.690 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2024-01-16T17:11:05.053 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2024-01-16T17:11:02.822377+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":8393244,"kb_used_data":4572,"kb_used_omap":44,"kb_used_meta":8388563,"kb_avail":741567972,"statfs":{"total":767960285184,"available":759365603328,"internally_reserved":8589934592,"allocated":4681728,"data_stored":1849996,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":45918,"internal_metadata":8589888674},"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.002085"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"59","state":"active+clean","last_fresh":"2024-01-16T17:10:22.172520+0000","last_change":"2024-01-16T17:10:22.172520+0000","last_active":"2024-01-16T17:10:22.172520+0000","last_peered":"2024-01-16T17:10:22.172520+0000","last_clean":"2024-01-16T17:10:22.172520+0000","last_became_active":"2024-01-16T17:10:22.169671+0000","last_became_peered":"2024-01-16T17:10:22.169671+0000","last_unstale":"2024-01-16T17:10:22.172520+0000","last_undegraded":"2024-01-16T17:10:22.172520+0000","last_fullsized":"2024-01-16T17:10:22.172520+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T17:06:57.761924+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T17:06:57.761924+0000","last_clean_scrub_stamp":"2024-01-16T17:06:57.761924+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":40795,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":58,"seq":249108103179,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"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.47599999999999998}]},{"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.51100000000000001}]},{"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.34300000000000003}]},{"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.39600000000000002}]},{"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.56499999999999995}]},{"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.46600000000000003}]}]},{"osd":6,"up_from":55,"seq":236223201291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6453,"internal_metadata":1073735371},"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.54700000000000004}]},{"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.53000000000000003}]},{"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.497}]},{"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.47899999999999998}]},{"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.41499999999999998}]},{"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.45700000000000002}]},{"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.501}]}]},{"osd":1,"up_from":21,"seq":90194313240,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7973,"internal_metadata":1073733851},"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 17:10:14 2024","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.27500000000000002}]},{"osd":2,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.33200000000000002}]},{"osd":3,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.223},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.29799999999999999}]},{"osd":4,"last update":"Tue Jan 16 17:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.57299999999999995}]},{"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.495}]},{"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.51600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]}]},{"osd":0,"up_from":14,"seq":60129542171,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 16 17:10:13 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.46899999999999997}]},{"osd":2,"last update":"Tue Jan 16 17:10:26 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.45600000000000002}]},{"osd":3,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.44400000000000001}]},{"osd":4,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.54400000000000004}]},{"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.51700000000000002}]},{"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.60799999999999998}]},{"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.55100000000000005}]}]},{"osd":2,"up_from":29,"seq":124554051605,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049152,"kb_used_data":568,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92696000,"statfs":{"total":95995035648,"available":94920704000,"internally_reserved":1073741824,"allocated":581632,"data_stored":231036,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9265,"internal_metadata":1073732559},"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 17:10:28 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.30599999999999999}]},{"osd":1,"last update":"Tue Jan 16 17:10:28 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.249},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.29499999999999998}]},{"osd":3,"last update":"Tue Jan 16 17:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.28399999999999997}]},{"osd":4,"last update":"Tue Jan 16 17:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.58499999999999996}]},{"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.52300000000000002}]},{"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.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]}]},{"osd":3,"up_from":33,"seq":141733920788,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"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 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.28199999999999997}]},{"osd":1,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.312},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32000000000000001}]},{"osd":2,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.32800000000000001}]},{"osd":4,"last update":"Tue Jan 16 17:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.52800000000000002}]},{"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.61499999999999999}]},{"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.56299999999999994}]},{"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.56000000000000005}]}]},{"osd":4,"up_from":41,"seq":176093659152,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7722,"internal_metadata":1073734102},"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 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.45100000000000001}]},{"osd":1,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.437},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.42399999999999999}]},{"osd":2,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.51200000000000001}]},{"osd":3,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.502}]},{"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.35599999999999998}]},{"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.38600000000000001}]},{"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.40699999999999997}]}]},{"osd":5,"up_from":48,"seq":206158430221,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9382,"internal_metadata":1073732442},"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.46000000000000002}]},{"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.52700000000000002}]},{"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.47599999999999998}]},{"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.57299999999999995}]},{"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.44500000000000001}]},{"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.50600000000000001}]},{"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.54600000000000004}]}]}]}} 2024-01-16T17:11:05.054 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-16T17:11:06.014 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:05 smithi053 bash[67436]: audit 2024-01-16T17:11:04.706125+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:06.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:05 smithi053 bash[67436]: cluster 2024-01-16T17:11:04.822777+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:06.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:05 smithi053 bash[64029]: audit 2024-01-16T17:11:04.706125+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:06.015 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:05 smithi053 bash[64029]: cluster 2024-01-16T17:11:04.822777+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:06.212 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:05 smithi192 bash[64054]: audit 2024-01-16T17:11:04.706125+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:05 smithi192 bash[64054]: cluster 2024-01-16T17:11:04.822777+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:06.214 INFO:teuthology.orchestra.run.smithi053.stderr:dumped all 2024-01-16T17:11:06.569 INFO:teuthology.orchestra.run.smithi053.stdout:{"pg_ready":true,"pg_map":{"version":160,"stamp":"2024-01-16T17:11:04.822663+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":8393244,"kb_used_data":4572,"kb_used_omap":44,"kb_used_meta":8388563,"kb_avail":741567972,"statfs":{"total":767960285184,"available":759365603328,"internally_reserved":8589934592,"allocated":4681728,"data_stored":1849996,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":45918,"internal_metadata":8589888674},"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.001954"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"59","state":"active+clean","last_fresh":"2024-01-16T17:10:22.172520+0000","last_change":"2024-01-16T17:10:22.172520+0000","last_active":"2024-01-16T17:10:22.172520+0000","last_peered":"2024-01-16T17:10:22.172520+0000","last_clean":"2024-01-16T17:10:22.172520+0000","last_became_active":"2024-01-16T17:10:22.169671+0000","last_became_peered":"2024-01-16T17:10:22.169671+0000","last_unstale":"2024-01-16T17:10:22.172520+0000","last_undegraded":"2024-01-16T17:10:22.172520+0000","last_fullsized":"2024-01-16T17:10:22.172520+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T17:06:57.761924+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T17:06:57.761924+0000","last_clean_scrub_stamp":"2024-01-16T17:06:57.761924+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":40795,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":58,"seq":249108103179,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"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.47599999999999998}]},{"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.51100000000000001}]},{"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.34300000000000003}]},{"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.39600000000000002}]},{"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.56499999999999995}]},{"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.46600000000000003}]}]},{"osd":6,"up_from":55,"seq":236223201291,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6453,"internal_metadata":1073735371},"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.54700000000000004}]},{"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.53000000000000003}]},{"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.497}]},{"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.47899999999999998}]},{"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.41499999999999998}]},{"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.45700000000000002}]},{"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.501}]}]},{"osd":1,"up_from":21,"seq":90194313240,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7973,"internal_metadata":1073733851},"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 17:10:14 2024","interfaces":[{"interface":"back","average":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"last":0.27500000000000002}]},{"osd":2,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.33200000000000002}]},{"osd":3,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.223},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.29799999999999999}]},{"osd":4,"last update":"Tue Jan 16 17:10:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.57299999999999995}]},{"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.495}]},{"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.51600000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]}]},{"osd":0,"up_from":14,"seq":60129542171,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5123,"internal_metadata":1073736701},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 16 17:10:13 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.188,"5min":0.188,"15min":0.188},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.46899999999999997}]},{"osd":2,"last update":"Tue Jan 16 17:10:26 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.45600000000000002}]},{"osd":3,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.44400000000000001}]},{"osd":4,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.54400000000000004}]},{"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.51700000000000002}]},{"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.60799999999999998}]},{"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.55100000000000005}]}]},{"osd":2,"up_from":29,"seq":124554051605,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049152,"kb_used_data":568,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92696000,"statfs":{"total":95995035648,"available":94920704000,"internally_reserved":1073741824,"allocated":581632,"data_stored":231036,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9265,"internal_metadata":1073732559},"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 17:10:28 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.30599999999999999}]},{"osd":1,"last update":"Tue Jan 16 17:10:28 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.249},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.29499999999999998}]},{"osd":3,"last update":"Tue Jan 16 17:10:33 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.28399999999999997}]},{"osd":4,"last update":"Tue Jan 16 17:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.58499999999999996}]},{"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.52300000000000002}]},{"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.65900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]}]},{"osd":3,"up_from":33,"seq":141733920789,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"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 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.19700000000000001,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.63}]},{"osd":1,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.61799999999999999}]},{"osd":2,"last update":"Tue Jan 16 17:10:30 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.58499999999999996}]},{"osd":4,"last update":"Tue Jan 16 17:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.98399999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.95699999999999996}]},{"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.97099999999999997}]},{"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.84099999999999997}]},{"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.89100000000000001}]}]},{"osd":4,"up_from":41,"seq":176093659153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049156,"kb_used_data":572,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7722,"internal_metadata":1073734102},"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 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.45500000000000002}]},{"osd":1,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.40699999999999997}]},{"osd":2,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.41299999999999998}]},{"osd":3,"last update":"Tue Jan 16 17:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.434}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44600000000000001}]},{"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.48199999999999998}]}]},{"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":1049156,"kb_used_data":572,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695996,"statfs":{"total":95995035648,"available":94920699904,"internally_reserved":1073741824,"allocated":585728,"data_stored":231280,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9382,"internal_metadata":1073732442},"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.42699999999999999}]},{"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.55500000000000005}]},{"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.54100000000000004}]},{"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.45800000000000002}]},{"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.32400000000000001}]},{"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.33400000000000002}]},{"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.34499999999999997}]}]}]}} 2024-01-16T17:11:06.570 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T17:11:06.570 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T17:11:06.570 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T17:11:06.570 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-16T17:11:07.747 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-01-16T17:11:08.075 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[67436]: audit 2024-01-16T17:11:06.229930+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.24508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:08.076 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[67436]: cluster 2024-01-16T17:11:06.823121+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:08.076 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[67436]: audit 2024-01-16T17:11:07.766178+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.53:0/3198979007' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T17:11:08.076 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[64029]: audit 2024-01-16T17:11:06.229930+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.24508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:08.076 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[64029]: cluster 2024-01-16T17:11:06.823121+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:08.076 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:07 smithi053 bash[64029]: audit 2024-01-16T17:11:07.766178+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.53:0/3198979007' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T17:11:08.085 INFO:teuthology.orchestra.run.smithi053.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T17:11:08.085 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T17:11:08.085 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T17:11:08.086 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T17:11:08.095 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi053.front.sepia.ceph.com 2024-01-16T17:11:08.096 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-01-16T17:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:07 smithi192 bash[64054]: audit 2024-01-16T17:11:06.229930+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.24508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T17:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:07 smithi192 bash[64054]: cluster 2024-01-16T17:11:06.823121+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:07 smithi192 bash[64054]: audit 2024-01-16T17:11:07.766178+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.53:0/3198979007' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T17:11:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:09 smithi192 bash[64054]: cluster 2024-01-16T17:11:08.823622+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:10.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:09 smithi053 bash[67436]: cluster 2024-01-16T17:11:08.823622+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:10.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:09 smithi053 bash[64029]: cluster 2024-01-16T17:11:08.823622+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "a73d1a8b-e503-4ad7-b5b6-09e38d4c28a1", 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "r", 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout: "current_period": "3a910688-d114-46d3-bcd3-5efb7d1843e0", 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout: "epoch": 1 2024-01-16T17:11:10.920 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:10 smithi192 bash[64054]: cluster 2024-01-16T17:11:09.902481+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T17:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:10 smithi192 bash[64054]: audit 2024-01-16T17:11:09.905385+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T17:11:11.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:10 smithi192 bash[64054]: audit 2024-01-16T17:11:10.904412+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T17:11:11.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:10 smithi192 bash[64054]: cluster 2024-01-16T17:11:10.904538+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T17:11:11.217 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[67436]: cluster 2024-01-16T17:11:09.902481+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T17:11:11.217 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[67436]: audit 2024-01-16T17:11:09.905385+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T17:11:11.217 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[67436]: audit 2024-01-16T17:11:10.904412+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T17:11:11.217 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[67436]: cluster 2024-01-16T17:11:10.904538+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T17:11:11.217 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[64029]: cluster 2024-01-16T17:11:09.902481+0000 mon.a (mon.0) 702 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T17:11:11.218 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[64029]: audit 2024-01-16T17:11:09.905385+0000 mon.a (mon.0) 703 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T17:11:11.218 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[64029]: audit 2024-01-16T17:11:10.904412+0000 mon.a (mon.0) 704 : audit [INF] from='client.? 172.21.15.53:0/3772450078' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T17:11:11.218 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:10 smithi053 bash[64029]: cluster 2024-01-16T17:11:10.904538+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T17:11:11.288 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-01-16T17:11:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:11 smithi192 bash[64054]: cluster 2024-01-16T17:11:10.824148+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:11 smithi192 bash[64054]: cluster 2024-01-16T17:11:11.904888+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T17:11:12.214 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:11:12.214 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "4477ea21-6e07-4e5a-84ec-5c8ba1c56a32", 2024-01-16T17:11:12.214 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "default", 2024-01-16T17:11:12.214 INFO:teuthology.orchestra.run.smithi053.stdout: "api_name": "default", 2024-01-16T17:11:12.214 INFO:teuthology.orchestra.run.smithi053.stdout: "is_master": "true", 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "endpoints": [], 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "hostnames": [], 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "hostnames_s3website": [], 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "master_zone": "", 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "zones": [], 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "placement_targets": [], 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "default_placement": "", 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_id": "a73d1a8b-e503-4ad7-b5b6-09e38d4c28a1", 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "sync_policy": { 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: "groups": [] 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:12.215 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:11:12.231 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:11 smithi053 bash[67436]: cluster 2024-01-16T17:11:10.824148+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:12.231 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:11 smithi053 bash[67436]: cluster 2024-01-16T17:11:11.904888+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T17:11:12.232 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:11 smithi053 bash[64029]: cluster 2024-01-16T17:11:10.824148+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:12.232 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:11 smithi053 bash[64029]: cluster 2024-01-16T17:11:11.904888+0000 mon.a (mon.0) 706 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T17:11:12.575 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-01-16T17:11:13.517 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "8ab0ebe2-a31f-439e-a1d9-fe363be4b759", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "z", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "domain_root": "z.rgw.meta:root", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "control_pool": "z.rgw.control", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "gc_pool": "z.rgw.log:gc", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "lc_pool": "z.rgw.log:lc", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "log_pool": "z.rgw.log", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "roles_pool": "z.rgw.meta:roles", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-01-16T17:11:13.518 INFO:teuthology.orchestra.run.smithi053.stdout: "otp_pool": "z.rgw.otp", 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "system_key": { 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "access_key": "", 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "secret_key": "" 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "placement_pools": [ 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: { 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "key": "default-placement", 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "val": { 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "index_pool": "z.rgw.buckets.index", 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "storage_classes": { 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "STANDARD": { 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "data_pool": "z.rgw.buckets.data" 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: "index_type": 0 2024-01-16T17:11:13.519 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:13.520 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:13.520 INFO:teuthology.orchestra.run.smithi053.stdout: ], 2024-01-16T17:11:13.520 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_id": "a73d1a8b-e503-4ad7-b5b6-09e38d4c28a1" 2024-01-16T17:11:13.520 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:11:13.867 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-01-16T17:11:14.117 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:13 smithi053 bash[67436]: cluster 2024-01-16T17:11:12.824478+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 20 active+clean, 9 unknown; 227 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-01-16T17:11:14.117 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:13 smithi053 bash[64029]: cluster 2024-01-16T17:11:12.824478+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 20 active+clean, 9 unknown; 227 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-01-16T17:11:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:13 smithi192 bash[64054]: cluster 2024-01-16T17:11:12.824478+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 20 active+clean, 9 unknown; 227 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 853 B/s wr, 0 op/s 2024-01-16T17:11:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:15 smithi192 bash[64054]: cluster 2024-01-16T17:11:14.824952+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v168: 33 pgs: 4 creating+peering, 29 active+clean; 562 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-16T17:11:15.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:15 smithi053 bash[67436]: cluster 2024-01-16T17:11:14.824952+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v168: 33 pgs: 4 creating+peering, 29 active+clean; 562 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-16T17:11:15.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:15 smithi053 bash[64029]: cluster 2024-01-16T17:11:14.824952+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v168: 33 pgs: 4 creating+peering, 29 active+clean; 562 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-16T17:11:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:16 smithi192 bash[64054]: cluster 2024-01-16T17:11:15.337418+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T17:11:16.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:16 smithi192 bash[64054]: audit 2024-01-16T17:11:15.345044+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T17:11:16.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:16 smithi192 bash[64054]: audit 2024-01-16T17:11:16.339790+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T17:11:16.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:16 smithi192 bash[64054]: cluster 2024-01-16T17:11:16.339927+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T17:11:16.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[64029]: cluster 2024-01-16T17:11:15.337418+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T17:11:16.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[64029]: audit 2024-01-16T17:11:15.345044+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T17:11:16.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[64029]: audit 2024-01-16T17:11:16.339790+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T17:11:16.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[64029]: cluster 2024-01-16T17:11:16.339927+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T17:11:16.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[67436]: cluster 2024-01-16T17:11:15.337418+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T17:11:16.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[67436]: audit 2024-01-16T17:11:15.345044+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T17:11:16.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[67436]: audit 2024-01-16T17:11:16.339790+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T17:11:16.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:16 smithi053 bash[67436]: cluster 2024-01-16T17:11:16.339927+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T17:11:17.514 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[78516]: time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[67436]: cluster 2024-01-16T17:11:16.825377+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v171: 65 pgs: 3 creating+peering, 29 unknown, 33 active+clean; 1.3 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[67436]: cluster 2024-01-16T17:11:17.341693+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[67436]: audit 2024-01-16T17:11:17.343633+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[64029]: cluster 2024-01-16T17:11:16.825377+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v171: 65 pgs: 3 creating+peering, 29 unknown, 33 active+clean; 1.3 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[64029]: cluster 2024-01-16T17:11:17.341693+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T17:11:17.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:17 smithi053 bash[64029]: audit 2024-01-16T17:11:17.343633+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T17:11:17.713 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:11:17 smithi192 bash[75084]: time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:11:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:17 smithi192 bash[64054]: cluster 2024-01-16T17:11:16.825377+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v171: 65 pgs: 3 creating+peering, 29 unknown, 33 active+clean; 1.3 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 4 op/s 2024-01-16T17:11:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:17 smithi192 bash[64054]: cluster 2024-01-16T17:11:17.341693+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T17:11:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:17 smithi192 bash[64054]: audit 2024-01-16T17:11:17.343633+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T17:11:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:19 smithi192 bash[64054]: audit 2024-01-16T17:11:18.343176+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T17:11:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:19 smithi192 bash[64054]: cluster 2024-01-16T17:11:18.343317+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T17:11:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:19 smithi192 bash[64054]: cluster 2024-01-16T17:11:18.825715+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v174: 97 pgs: 5 creating+peering, 40 unknown, 52 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:19.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[64029]: audit 2024-01-16T17:11:18.343176+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T17:11:19.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[64029]: cluster 2024-01-16T17:11:18.343317+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T17:11:19.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[64029]: cluster 2024-01-16T17:11:18.825715+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v174: 97 pgs: 5 creating+peering, 40 unknown, 52 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:19.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[67436]: audit 2024-01-16T17:11:18.343176+0000 mon.a (mon.0) 713 : audit [INF] from='client.? 172.21.15.53:0/95792316' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T17:11:19.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[67436]: cluster 2024-01-16T17:11:18.343317+0000 mon.a (mon.0) 714 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T17:11:19.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:19 smithi053 bash[67436]: cluster 2024-01-16T17:11:18.825715+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v174: 97 pgs: 5 creating+peering, 40 unknown, 52 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.7 KiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:20 smithi192 bash[64054]: cluster 2024-01-16T17:11:19.347932+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T17:11:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:20 smithi192 bash[64054]: audit 2024-01-16T17:11:19.355257+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:20 smithi192 bash[64054]: audit 2024-01-16T17:11:19.355678+0000 mon.a (mon.0) 716 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:20.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[67436]: cluster 2024-01-16T17:11:19.347932+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T17:11:20.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[67436]: audit 2024-01-16T17:11:19.355257+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:20.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[67436]: audit 2024-01-16T17:11:19.355678+0000 mon.a (mon.0) 716 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:20.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[64029]: cluster 2024-01-16T17:11:19.347932+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T17:11:20.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[64029]: audit 2024-01-16T17:11:19.355257+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:20.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:20 smithi053 bash[64029]: audit 2024-01-16T17:11:19.355678+0000 mon.a (mon.0) 716 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T17:11:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:20.349797+0000 mon.a (mon.0) 717 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T17:11:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: cluster 2024-01-16T17:11:20.349882+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T17:11:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:20.356646+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:20.372330+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: cluster 2024-01-16T17:11:20.826250+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v177: 129 pgs: 14 creating+peering, 36 unknown, 79 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-16T17:11:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:21.352618+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T17:11:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: cluster 2024-01-16T17:11:21.352699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T17:11:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:21.354037+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:21.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:21 smithi192 bash[64054]: audit 2024-01-16T17:11:21.354379+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:21.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:20.349797+0000 mon.a (mon.0) 717 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T17:11:21.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: cluster 2024-01-16T17:11:20.349882+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T17:11:21.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:20.356646+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:20.372330+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.764 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: cluster 2024-01-16T17:11:20.826250+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v177: 129 pgs: 14 creating+peering, 36 unknown, 79 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:21.352618+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: cluster 2024-01-16T17:11:21.352699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:21.354037+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[67436]: audit 2024-01-16T17:11:21.354379+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:20.349797+0000 mon.a (mon.0) 717 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: cluster 2024-01-16T17:11:20.349882+0000 mon.a (mon.0) 718 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:20.356646+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:20.372330+0000 mon.a (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: cluster 2024-01-16T17:11:20.826250+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v177: 129 pgs: 14 creating+peering, 36 unknown, 79 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:21.352618+0000 mon.a (mon.0) 720 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: cluster 2024-01-16T17:11:21.352699+0000 mon.a (mon.0) 721 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:21.354037+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.53:0/4242127403' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:21.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:21 smithi053 bash[64029]: audit 2024-01-16T17:11:21.354379+0000 mon.a (mon.0) 722 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T17:11:22.425 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:11:22.425 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "d4102aee-1abd-49b5-824d-af30d554aa26", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "epoch": 1, 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "predecessor_uuid": "3a910688-d114-46d3-bcd3-5efb7d1843e0", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "sync_status": [], 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "period_map": { 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "d4102aee-1abd-49b5-824d-af30d554aa26", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "zonegroups": [ 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: { 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "4477ea21-6e07-4e5a-84ec-5c8ba1c56a32", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "default", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "api_name": "default", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "is_master": "true", 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "endpoints": [], 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "hostnames": [], 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "hostnames_s3website": [], 2024-01-16T17:11:22.426 INFO:teuthology.orchestra.run.smithi053.stdout: "master_zone": "8ab0ebe2-a31f-439e-a1d9-fe363be4b759", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "zones": [ 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: { 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "id": "8ab0ebe2-a31f-439e-a1d9-fe363be4b759", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "z", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "endpoints": [], 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "log_meta": "false", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "log_data": "false", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "bucket_index_max_shards": 11, 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "read_only": "false", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "tier_type": "", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "sync_from_all": "true", 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "sync_from": [], 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "redirect_zone": "" 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: ], 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: "placement_targets": [ 2024-01-16T17:11:22.427 INFO:teuthology.orchestra.run.smithi053.stdout: { 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "name": "default-placement", 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "tags": [], 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "storage_classes": [ 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "STANDARD" 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: ], 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "default_placement": "default-placement", 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_id": "a73d1a8b-e503-4ad7-b5b6-09e38d4c28a1", 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "sync_policy": { 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "groups": [] 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: ], 2024-01-16T17:11:22.428 INFO:teuthology.orchestra.run.smithi053.stdout: "short_zone_ids": [ 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: { 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "key": "8ab0ebe2-a31f-439e-a1d9-fe363be4b759", 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "val": 615865428 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: ] 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "master_zonegroup": "4477ea21-6e07-4e5a-84ec-5c8ba1c56a32", 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "master_zone": "8ab0ebe2-a31f-439e-a1d9-fe363be4b759", 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "period_config": { 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "bucket_quota": { 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "enabled": false, 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "check_on_raw": false, 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "max_size": -1, 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "max_size_kb": 0, 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: "max_objects": -1 2024-01-16T17:11:22.429 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "user_quota": { 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "enabled": false, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "check_on_raw": false, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "max_size": -1, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "max_size_kb": 0, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "max_objects": -1 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_id": "a73d1a8b-e503-4ad7-b5b6-09e38d4c28a1", 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_name": "r", 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout: "realm_epoch": 2 2024-01-16T17:11:22.430 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:11:22.753 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-01-16T17:11:23.601 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[67436]: audit 2024-01-16T17:11:22.353606+0000 mon.a (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T17:11:23.602 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[67436]: cluster 2024-01-16T17:11:22.353669+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T17:11:23.602 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[67436]: cluster 2024-01-16T17:11:22.826698+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v180: 129 pgs: 11 creating+peering, 9 unknown, 109 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T17:11:23.602 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[64029]: audit 2024-01-16T17:11:22.353606+0000 mon.a (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T17:11:23.602 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[64029]: cluster 2024-01-16T17:11:22.353669+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T17:11:23.602 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:23 smithi053 bash[64029]: cluster 2024-01-16T17:11:22.826698+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v180: 129 pgs: 11 creating+peering, 9 unknown, 109 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T17:11:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:23 smithi192 bash[64054]: audit 2024-01-16T17:11:22.353606+0000 mon.a (mon.0) 723 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T17:11:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:23 smithi192 bash[64054]: cluster 2024-01-16T17:11:22.353669+0000 mon.a (mon.0) 724 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T17:11:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:23 smithi192 bash[64054]: cluster 2024-01-16T17:11:22.826698+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v180: 129 pgs: 11 creating+peering, 9 unknown, 109 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T17:11:23.989 INFO:teuthology.orchestra.run.smithi053.stdout:Scheduled rgw update... 2024-01-16T17:11:24.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:24 smithi053 bash[64029]: audit 2024-01-16T17:11:24.005670+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T17:11:24.338 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:24 smithi053 bash[64029]: audit 2024-01-16T17:11:24.008403+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T17:11:24.358 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 120' 2024-01-16T17:11:24.600 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:24 smithi053 bash[67436]: audit 2024-01-16T17:11:24.005670+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T17:11:24.600 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:24 smithi053 bash[67436]: audit 2024-01-16T17:11:24.008403+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T17:11:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:24 smithi192 bash[64054]: audit 2024-01-16T17:11:24.005670+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T17:11:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:24 smithi192 bash[64054]: audit 2024-01-16T17:11:24.008403+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T17:11:24.005348\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T17:11:25.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[67436]: audit 2024-01-16T17:11:24.004935+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:11:25.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[67436]: cephadm 2024-01-16T17:11:24.005337+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T17:11:25.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[67436]: cluster 2024-01-16T17:11:24.827199+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v181: 129 pgs: 5 creating+peering, 124 active+clean; 3.5 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 560 B/s rd, 3.3 KiB/s wr, 12 op/s 2024-01-16T17:11:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[64029]: audit 2024-01-16T17:11:24.004935+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:11:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[64029]: cephadm 2024-01-16T17:11:24.005337+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T17:11:25.515 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:25 smithi053 bash[64029]: cluster 2024-01-16T17:11:24.827199+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v181: 129 pgs: 5 creating+peering, 124 active+clean; 3.5 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 560 B/s rd, 3.3 KiB/s wr, 12 op/s 2024-01-16T17:11:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:25 smithi192 bash[64054]: audit 2024-01-16T17:11:24.004935+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:11:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:25 smithi192 bash[64054]: cephadm 2024-01-16T17:11:24.005337+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T17:11:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:25 smithi192 bash[64054]: cluster 2024-01-16T17:11:24.827199+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v181: 129 pgs: 5 creating+peering, 124 active+clean; 3.5 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 560 B/s rd, 3.3 KiB/s wr, 12 op/s 2024-01-16T17:11:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:27 smithi192 bash[64054]: cluster 2024-01-16T17:11:26.827844+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 5.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 632 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-16T17:11:28.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:27 smithi053 bash[67436]: cluster 2024-01-16T17:11:26.827844+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 5.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 632 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-16T17:11:28.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:27 smithi053 bash[64029]: cluster 2024-01-16T17:11:26.827844+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 5.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 632 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-16T17:11:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:29 smithi192 bash[64054]: cluster 2024-01-16T17:11:28.828509+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-01-16T17:11:30.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:29 smithi053 bash[67436]: cluster 2024-01-16T17:11:28.828509+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-01-16T17:11:30.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:29 smithi053 bash[64029]: cluster 2024-01-16T17:11:28.828509+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-01-16T17:11:32.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:31 smithi192 bash[64054]: cluster 2024-01-16T17:11:30.829078+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 756 B/s rd, 4.1 KiB/s wr, 15 op/s 2024-01-16T17:11:32.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:31 smithi053 bash[64029]: cluster 2024-01-16T17:11:30.829078+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 756 B/s rd, 4.1 KiB/s wr, 15 op/s 2024-01-16T17:11:32.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:31 smithi053 bash[67436]: cluster 2024-01-16T17:11:30.829078+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 756 B/s rd, 4.1 KiB/s wr, 15 op/s 2024-01-16T17:11:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:33 smithi192 bash[64054]: cluster 2024-01-16T17:11:32.829790+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 684 B/s rd, 3.7 KiB/s wr, 13 op/s 2024-01-16T17:11:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:33 smithi053 bash[64029]: cluster 2024-01-16T17:11:32.829790+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 684 B/s rd, 3.7 KiB/s wr, 13 op/s 2024-01-16T17:11:34.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:33 smithi053 bash[67436]: cluster 2024-01-16T17:11:32.829790+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 684 B/s rd, 3.7 KiB/s wr, 13 op/s 2024-01-16T17:11:36.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:35 smithi192 bash[64054]: cluster 2024-01-16T17:11:34.830375+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-16T17:11:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:35 smithi053 bash[67436]: cluster 2024-01-16T17:11:34.830375+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-16T17:11:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:35 smithi053 bash[64029]: cluster 2024-01-16T17:11:34.830375+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 597 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-16T17:11:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:37 smithi192 bash[64054]: cluster 2024-01-16T17:11:36.830982+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:38.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:37 smithi053 bash[67436]: cluster 2024-01-16T17:11:36.830982+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:38.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:37 smithi053 bash[64029]: cluster 2024-01-16T17:11:36.830982+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 6 op/s 2024-01-16T17:11:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:39 smithi192 bash[64054]: cluster 2024-01-16T17:11:38.831479+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T17:11:40.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:39 smithi053 bash[67436]: cluster 2024-01-16T17:11:38.831479+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T17:11:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:39 smithi053 bash[64029]: cluster 2024-01-16T17:11:38.831479+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T17:11:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:41 smithi192 bash[64054]: cluster 2024-01-16T17:11:40.832208+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:42.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:41 smithi053 bash[67436]: cluster 2024-01-16T17:11:40.832208+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:42.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:41 smithi053 bash[64029]: cluster 2024-01-16T17:11:40.832208+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:43 smithi192 bash[64054]: cluster 2024-01-16T17:11:42.832927+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:44.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:43 smithi053 bash[64029]: cluster 2024-01-16T17:11:42.832927+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:44.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:43 smithi053 bash[67436]: cluster 2024-01-16T17:11:42.832927+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:45 smithi192 bash[64054]: cluster 2024-01-16T17:11:44.833625+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:46.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:45 smithi053 bash[67436]: cluster 2024-01-16T17:11:44.833625+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:46.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:45 smithi053 bash[64029]: cluster 2024-01-16T17:11:44.833625+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:47 smithi192 bash[64054]: cluster 2024-01-16T17:11:46.834276+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:48.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:47 smithi053 bash[67436]: cluster 2024-01-16T17:11:46.834276+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:48.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:47 smithi053 bash[64029]: cluster 2024-01-16T17:11:46.834276+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:49 smithi192 bash[64054]: cluster 2024-01-16T17:11:48.834790+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:50.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:49 smithi053 bash[67436]: cluster 2024-01-16T17:11:48.834790+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:50.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:49 smithi053 bash[64029]: cluster 2024-01-16T17:11:48.834790+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:51 smithi192 bash[64054]: cluster 2024-01-16T17:11:50.835463+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:52.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:51 smithi053 bash[67436]: cluster 2024-01-16T17:11:50.835463+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:52.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:51 smithi053 bash[64029]: cluster 2024-01-16T17:11:50.835463+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:53 smithi192 bash[64054]: cluster 2024-01-16T17:11:52.836162+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:54.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:53 smithi053 bash[67436]: cluster 2024-01-16T17:11:52.836162+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:54.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:53 smithi053 bash[64029]: cluster 2024-01-16T17:11:52.836162+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:55.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:11:54 smithi053 bash[78516]: time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:11:55.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:11:55 smithi192 bash[75084]: time="2024-01-16T17:11:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:11:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:55 smithi192 bash[64054]: cluster 2024-01-16T17:11:54.836794+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:56.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:55 smithi053 bash[67436]: cluster 2024-01-16T17:11:54.836794+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:56.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:55 smithi053 bash[64029]: cluster 2024-01-16T17:11:54.836794+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:57 smithi192 bash[64054]: cluster 2024-01-16T17:11:56.837270+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:58.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:57 smithi053 bash[67436]: cluster 2024-01-16T17:11:56.837270+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:11:58.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:57 smithi053 bash[64029]: cluster 2024-01-16T17:11:56.837270+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:11:59 smithi192 bash[64054]: cluster 2024-01-16T17:11:58.837824+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:00.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:11:59 smithi053 bash[67436]: cluster 2024-01-16T17:11:58.837824+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:00.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:11:59 smithi053 bash[64029]: cluster 2024-01-16T17:11:58.837824+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:01 smithi192 bash[64054]: cluster 2024-01-16T17:12:00.838329+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:02.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:01 smithi053 bash[67436]: cluster 2024-01-16T17:12:00.838329+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:02.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:01 smithi053 bash[64029]: cluster 2024-01-16T17:12:00.838329+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:03 smithi192 bash[64054]: cluster 2024-01-16T17:12:02.838986+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:04.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:03 smithi053 bash[67436]: cluster 2024-01-16T17:12:02.838986+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:04.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:03 smithi053 bash[64029]: cluster 2024-01-16T17:12:02.838986+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:05 smithi192 bash[64054]: cluster 2024-01-16T17:12:04.839507+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:06.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:05 smithi053 bash[67436]: cluster 2024-01-16T17:12:04.839507+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:06.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:05 smithi053 bash[64029]: cluster 2024-01-16T17:12:04.839507+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:07 smithi192 bash[64054]: cluster 2024-01-16T17:12:06.840185+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:08.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:07 smithi053 bash[67436]: cluster 2024-01-16T17:12:06.840185+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:08.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:07 smithi053 bash[64029]: cluster 2024-01-16T17:12:06.840185+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:09 smithi192 bash[64054]: cluster 2024-01-16T17:12:08.840978+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:10.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:09 smithi053 bash[67436]: cluster 2024-01-16T17:12:08.840978+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:10.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:09 smithi053 bash[64029]: cluster 2024-01-16T17:12:08.840978+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:11 smithi192 bash[64054]: cluster 2024-01-16T17:12:10.841445+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:12.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:11 smithi053 bash[67436]: cluster 2024-01-16T17:12:10.841445+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:11 smithi053 bash[64029]: cluster 2024-01-16T17:12:10.841445+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:13 smithi192 bash[64054]: cluster 2024-01-16T17:12:12.842157+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:14.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:13 smithi053 bash[64029]: cluster 2024-01-16T17:12:12.842157+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:14.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:13 smithi053 bash[67436]: cluster 2024-01-16T17:12:12.842157+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:15 smithi192 bash[64054]: cluster 2024-01-16T17:12:14.842894+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:16.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:15 smithi053 bash[64029]: cluster 2024-01-16T17:12:14.842894+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:16.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:15 smithi053 bash[67436]: cluster 2024-01-16T17:12:14.842894+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:17 smithi192 bash[64054]: cluster 2024-01-16T17:12:16.843459+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:18.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:17 smithi053 bash[64029]: cluster 2024-01-16T17:12:16.843459+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:18.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:17 smithi053 bash[67436]: cluster 2024-01-16T17:12:16.843459+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:19.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:19 smithi053 bash[64029]: cluster 2024-01-16T17:12:18.844042+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:19.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:19 smithi053 bash[67436]: cluster 2024-01-16T17:12:18.844042+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:19 smithi192 bash[64054]: cluster 2024-01-16T17:12:18.844042+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:21 smithi192 bash[64054]: cluster 2024-01-16T17:12:20.844574+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:22.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:21 smithi053 bash[67436]: cluster 2024-01-16T17:12:20.844574+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:22.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:21 smithi053 bash[64029]: cluster 2024-01-16T17:12:20.844574+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:23 smithi192 bash[64054]: cluster 2024-01-16T17:12:22.845467+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:24.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:23 smithi053 bash[67436]: cluster 2024-01-16T17:12:22.845467+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:24.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:23 smithi053 bash[64029]: cluster 2024-01-16T17:12:22.845467+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:25 smithi192 bash[64054]: cluster 2024-01-16T17:12:24.846227+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:26.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:25 smithi053 bash[67436]: cluster 2024-01-16T17:12:24.846227+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:26.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:25 smithi053 bash[64029]: cluster 2024-01-16T17:12:24.846227+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:27 smithi192 bash[64054]: cluster 2024-01-16T17:12:26.846769+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:28.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:27 smithi053 bash[67436]: cluster 2024-01-16T17:12:26.846769+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:28.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:27 smithi053 bash[64029]: cluster 2024-01-16T17:12:26.846769+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:29 smithi192 bash[64054]: cluster 2024-01-16T17:12:28.847352+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:30.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:30 smithi053 bash[67436]: cluster 2024-01-16T17:12:28.847352+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:30.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:29 smithi053 bash[64029]: cluster 2024-01-16T17:12:28.847352+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:32.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:31 smithi192 bash[64054]: cluster 2024-01-16T17:12:30.847897+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:32.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:31 smithi053 bash[64029]: cluster 2024-01-16T17:12:30.847897+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:32.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:31 smithi053 bash[67436]: cluster 2024-01-16T17:12:30.847897+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:32.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:12:32 smithi053 bash[78516]: time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:12:32.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:12:32 smithi192 bash[75084]: time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:12:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:33 smithi192 bash[64054]: cluster 2024-01-16T17:12:32.848490+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:34.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:33 smithi053 bash[67436]: cluster 2024-01-16T17:12:32.848490+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:33 smithi053 bash[64029]: cluster 2024-01-16T17:12:32.848490+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:35 smithi192 bash[64054]: cluster 2024-01-16T17:12:34.848984+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:35 smithi053 bash[67436]: cluster 2024-01-16T17:12:34.848984+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:35 smithi053 bash[64029]: cluster 2024-01-16T17:12:34.848984+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:37 smithi192 bash[64054]: cluster 2024-01-16T17:12:36.849386+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:38.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:37 smithi053 bash[67436]: cluster 2024-01-16T17:12:36.849386+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:38.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:37 smithi053 bash[64029]: cluster 2024-01-16T17:12:36.849386+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:39 smithi192 bash[64054]: cluster 2024-01-16T17:12:38.850099+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:40.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:39 smithi053 bash[67436]: cluster 2024-01-16T17:12:38.850099+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:39 smithi053 bash[64029]: cluster 2024-01-16T17:12:38.850099+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:41 smithi192 bash[64054]: cluster 2024-01-16T17:12:40.850661+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:41 smithi053 bash[64029]: cluster 2024-01-16T17:12:40.850661+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:42.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:41 smithi053 bash[67436]: cluster 2024-01-16T17:12:40.850661+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:43 smithi192 bash[64054]: cluster 2024-01-16T17:12:42.851170+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:43 smithi053 bash[67436]: cluster 2024-01-16T17:12:42.851170+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:44.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:43 smithi053 bash[64029]: cluster 2024-01-16T17:12:42.851170+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:45 smithi192 bash[64054]: cluster 2024-01-16T17:12:44.851877+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:46.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:45 smithi053 bash[67436]: cluster 2024-01-16T17:12:44.851877+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:46.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:45 smithi053 bash[64029]: cluster 2024-01-16T17:12:44.851877+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:47 smithi192 bash[64054]: cluster 2024-01-16T17:12:46.852470+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:48.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:47 smithi053 bash[64029]: cluster 2024-01-16T17:12:46.852470+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:48.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:47 smithi053 bash[67436]: cluster 2024-01-16T17:12:46.852470+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:49 smithi192 bash[64054]: cluster 2024-01-16T17:12:48.853204+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:50.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:49 smithi053 bash[67436]: cluster 2024-01-16T17:12:48.853204+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:50.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:49 smithi053 bash[64029]: cluster 2024-01-16T17:12:48.853204+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:51 smithi192 bash[64054]: cluster 2024-01-16T17:12:50.853748+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:52.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:51 smithi053 bash[64029]: cluster 2024-01-16T17:12:50.853748+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:52.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:51 smithi053 bash[67436]: cluster 2024-01-16T17:12:50.853748+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:53 smithi192 bash[64054]: cluster 2024-01-16T17:12:52.854295+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:54.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:53 smithi053 bash[67436]: cluster 2024-01-16T17:12:52.854295+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:54.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:53 smithi053 bash[64029]: cluster 2024-01-16T17:12:52.854295+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:55 smithi192 bash[64054]: cluster 2024-01-16T17:12:54.854930+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:56.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:55 smithi053 bash[64029]: cluster 2024-01-16T17:12:54.854930+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:56.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:55 smithi053 bash[67436]: cluster 2024-01-16T17:12:54.854930+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:57 smithi192 bash[64054]: cluster 2024-01-16T17:12:56.855650+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:58.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:57 smithi053 bash[64029]: cluster 2024-01-16T17:12:56.855650+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:12:58.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:57 smithi053 bash[67436]: cluster 2024-01-16T17:12:56.855650+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:12:59 smithi192 bash[64054]: cluster 2024-01-16T17:12:58.856454+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:00.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:12:59 smithi053 bash[64029]: cluster 2024-01-16T17:12:58.856454+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:00.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:12:59 smithi053 bash[67436]: cluster 2024-01-16T17:12:58.856454+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:01 smithi192 bash[64054]: cluster 2024-01-16T17:13:00.857048+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:02.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:01 smithi053 bash[67436]: cluster 2024-01-16T17:13:00.857048+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:02.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:01 smithi053 bash[64029]: cluster 2024-01-16T17:13:00.857048+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:03 smithi192 bash[64054]: cluster 2024-01-16T17:13:02.857614+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:04.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:03 smithi053 bash[64029]: cluster 2024-01-16T17:13:02.857614+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:04.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:03 smithi053 bash[67436]: cluster 2024-01-16T17:13:02.857614+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:05 smithi192 bash[64054]: cluster 2024-01-16T17:13:04.858326+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:06.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:05 smithi053 bash[67436]: cluster 2024-01-16T17:13:04.858326+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:06.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:05 smithi053 bash[64029]: cluster 2024-01-16T17:13:04.858326+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:07 smithi192 bash[64054]: cluster 2024-01-16T17:13:06.858875+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:08.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:07 smithi053 bash[67436]: cluster 2024-01-16T17:13:06.858875+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:07 smithi053 bash[64029]: cluster 2024-01-16T17:13:06.858875+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:09 smithi192 bash[64054]: cluster 2024-01-16T17:13:08.859368+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:10.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:09 smithi053 bash[67436]: cluster 2024-01-16T17:13:08.859368+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:10.263 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:13:10.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:09 smithi053 bash[64029]: cluster 2024-01-16T17:13:08.859368+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:10.712 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:13:10.712 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: Error: 3 errors occurred while pulling: 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[78516]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:13:10.764 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:10 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: debug 2024-01-16T17:13:10.573+0000 7f56dc40b700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.765 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:13:10.766 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: code, '\n'.join(err))) 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:10.767 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:13:10.768 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:13:10.769 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[64054]: audit 2024-01-16T17:13:10.705080+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T17:13:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[64054]: audit 2024-01-16T17:13:10.708679+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T17:13:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[64054]: audit 2024-01-16T17:13:10.709161+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T17:13:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[64054]: audit 2024-01-16T17:13:10.711133+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: Error: 3 errors occurred while pulling: 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 bash[75084]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:13:11.213 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:10 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T17:13:11.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[67436]: audit 2024-01-16T17:13:10.705080+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T17:13:11.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[67436]: audit 2024-01-16T17:13:10.708679+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64029]: audit 2024-01-16T17:13:10.705080+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64029]: audit 2024-01-16T17:13:10.708679+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCbQl2K/QlIaLJL24wm1Of7MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTE2MTcxMzEwWhcN\nMzQwMTEzMTcxMzEwWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5VWdOdYlUt074i1F2fc+\nBjSEyCp/HxMBUshdHDhdpJovgY7KzmY8YHFmH8BTn8U6EUonWehPEnGzSBxZvSOJ\nNOIuva1tPrOfBHTQ28C1dGrUHejLAF+zufOtbtAwfu4UKCp3TbenUgF3xmRhdeAe\nh/PeFu/ch++PIndchY5yNytEeIHW9ei6Gca84dGq6h7/hK2ToPj31INEKVtjNX0A\nZ3MqKSb2/tc9ULqHfMP/go1tzkOYVkBpo0aTJNnM7IfbzUsTl9PkzmIZ2t37WQQA\nwXCSmRk8ldGqaXVmJMaOh0tDZzEQ/eK3B7zJqWuy5vzn9NOTjPGRfsYyx5ewdui0\nKwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBpZ0e/wfNeeCJzaYCBqaOkp6rbobtk\nf8pn10PC3zpD0oItbf4TuBWBlVUf8/l5I6uTvOoYZzMTcW/o5/GSTofMwyDZtm19\nSCfieY29RmUdyMAfE8YEekTXBXeTfXfdc6IjnZDXy9P1wfahcf4OZv0Z698ZNoNA\nyv97l7K2t36kVUbTcrFEvkgFwgGxH4zypSXiDwf11AxySX7aUy6IPI2kTm+QvBP0\nR/hIf5BzSYTRQBM0x58jgbAFS79aY3pXNELW1lI/eJqWzJd2CEbmB4WwKRXVbJSC\nUkGhGgFYa8vNX8q/yEK1bTkGj0OItTzg/q8VbiG0ZNlZ49mt7eLH790k\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[67436]: audit 2024-01-16T17:13:10.709161+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[67436]: audit 2024-01-16T17:13:10.711133+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64029]: audit 2024-01-16T17:13:10.709161+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T17:13:11.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:10 smithi053 bash[64029]: audit 2024-01-16T17:13:10.711133+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDlVZ051iVS3Tvi\nLUXZ9z4GNITIKn8fEwFSyF0cOF2kmi+BjsrOZjxgcWYfwFOfxToRSidZ6E8ScbNI\nHFm9I4k04i69rW0+s58EdNDbwLV0atQd6MsAX7O5861u0DB+7hQoKndNt6dSAXfG\nZGF14B6H894W79yH748id1yFjnI3K0R4gdb16LoZxrzh0arqHv+ErZOg+PfUg0Qp\nW2M1fQBncyopJvb+1z1Quod8w/+CjW3OQ5hWQGmjRpMk2czsh9vNSxOX0+TOYhna\n3ftZBADBcJKZGTyV0appdWYkxo6HS0NnMRD94rcHvMmpa7Lm/Of005OM8ZF+xjLH\nl7B26LQrAgMBAAECggEAZqU0Mw/TMsyMogYrboyH+VUGXWUP8sOZ4wiFDD16RFMy\nkiVsRodh3LTExc9aXndzLwvmowokYhf763ms/MfsAHx/+SunatoQgXkbhlAxp0Kt\nYBmyyp8LHV6gsKmEGzvKT9P6BBIAVOcNSgHh0VWXtLgFHnULWthxUzbjdW+1VVUy\nW4Uu6Ea+KF4ASyj6HVMJGvaMa+QRZw9U73vdjq+8qbLOROJ7ohyAtde2MSV35kgw\nKGkhigYsJM97BNsSECbuvr7dc0uCFy8r3c+COt52qymwzwDTmx7IYVnNFCno2Ee6\n59xRT8IMZjW9X6hgtIuyE8RxOOMNWVMnYkNn9BalQQKBgQD5FpWsmjBbraKAntT4\n9b+RkrGhXh/dGbYAqcNqIAM9dMtaXd/BpGrlcioN0kyiV/haBt2RMXYC2lOXeUvM\nMilMt4l+QSkRMQ2kZqBdoOBCmCp0CkEp9gSm1tDWrePj9hBPjomL5J0YiXF6lJ70\nefuvaPPTT8AZE1j1z9XHLigVoQKBgQDrsrUDcpkB8jx5abeAi9o6g83ajcJyEnY7\n/pZd5c3dOOFuGkEafDSnyqmKO08Gjt4oDB/Dp1HZTkEacJ4zmRDVdx9FHXoo0FkM\niKRat0l5rAzpZLzWiWcrfZu3QLb332nuKxmTkWslO6RboLOkCO7nybhqsMI6sAlz\nsYnzEDGeSwKBgBQlzIOCkUjJGazXrBhbIFyxBecsit1CeCNDmAfcgQaWjOBJWZD7\nMJ5QhrBJg2NaRD9b8M4OtyHx8PL+n6/rmsWWzutEcALw+c6DcpNAMQOR9VUfgzfW\nq3enRosm05kbzSPyPpPvMPnMHD6zCMxzlXURwy8jc0FT/E0du4f55sohAoGAUlNS\nTIj7jqV4oAPf94Nhzyx4e40mTMfMCnqLNPLurAWRH+8FrGWT0sPD4ieDG8xNJnnN\non5P5XIi5UROzcD6E0WPY4m/QIA9ilYz6ge5H0mMHP11xA2sPpGaETEGd5/OlUTy\nowuY/CFP8D06YeJI6CcaRhHFVdBlDMcHYyHV4u8CgYAQeSBOTql7hRJyJtsiIdyv\nmhe3g9D+eldXtTvgsmHC+4bXHvayFmE6m1TcRGmtc2vZDu42VjgMwv5qviTQlvcH\nb7NRdZjDcMOZJBz0NHOvroXraPaHtZO8a3SaRY8jQexI5IZr4HYVSk8L5yhd2j3h\n/7F6jpNcKBX4nHfw3zcxZA==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T17:13:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: cephadm 2024-01-16T17:13:10.574345+0000 mgr.y (mgr.14142) 227 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:13:12.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: code, '\n'.join(err))) 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: cephadm 2024-01-16T17:13:10.574469+0000 mgr.y (mgr.14142) 228 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: cephadm 2024-01-16T17:13:10.711579+0000 mgr.y (mgr.14142) 229 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-01-16T17:13:12.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:11 smithi192 bash[64054]: cluster 2024-01-16T17:13:10.859929+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: cephadm 2024-01-16T17:13:10.574345+0000 mgr.y (mgr.14142) 227 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: cephadm 2024-01-16T17:13:10.574345+0000 mgr.y (mgr.14142) 227 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:13:12.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: code, '\n'.join(err))) 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:13:12.268 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: code, '\n'.join(err))) 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.270 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: cephadm 2024-01-16T17:13:10.574469+0000 mgr.y (mgr.14142) 228 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.272 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: cephadm 2024-01-16T17:13:10.574469+0000 mgr.y (mgr.14142) 228 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:13:12.273 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:11:54Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:12:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:13:12.275 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.276 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: cephadm 2024-01-16T17:13:10.711579+0000 mgr.y (mgr.14142) 229 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[67436]: cluster 2024-01-16T17:13:10.859929+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:13:12.277 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: cephadm 2024-01-16T17:13:10.711579+0000 mgr.y (mgr.14142) 229 : cephadm [INF] Deploying daemon grafana.a on smithi192 2024-01-16T17:13:12.278 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:11 smithi053 bash[64029]: cluster 2024-01-16T17:13:10.859929+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:13 smithi192 bash[64054]: cluster 2024-01-16T17:13:12.860459+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:14.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:13 smithi053 bash[67436]: cluster 2024-01-16T17:13:12.860459+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:14.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:13 smithi053 bash[64029]: cluster 2024-01-16T17:13:12.860459+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:15 smithi192 bash[64054]: cluster 2024-01-16T17:13:14.860987+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:16.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:15 smithi053 bash[67436]: cluster 2024-01-16T17:13:14.860987+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:16.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:15 smithi053 bash[64029]: cluster 2024-01-16T17:13:14.860987+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:17 smithi192 bash[64054]: cluster 2024-01-16T17:13:16.861431+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:18.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:17 smithi053 bash[64029]: cluster 2024-01-16T17:13:16.861431+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:18.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:17 smithi053 bash[67436]: cluster 2024-01-16T17:13:16.861431+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:19 smithi192 bash[64054]: cluster 2024-01-16T17:13:18.861986+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:20.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:19 smithi053 bash[64029]: cluster 2024-01-16T17:13:18.861986+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:20.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:19 smithi053 bash[67436]: cluster 2024-01-16T17:13:18.861986+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:21.263 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 1. 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 systemd[1]: Stopped Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 systemd[1]: Starting Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 podman[82921]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 systemd[1]: Started Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 bash[82936]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:21.264 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:13:20 smithi053 bash[82936]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:13:21.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:20 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:13:21.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:20 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 1. 2024-01-16T17:13:21.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:20 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:13:21.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:20 smithi192 systemd[1]: Starting Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:13:21.462 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:21 smithi192 podman[75143]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.b" found: no such container 2024-01-16T17:13:21.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:21 smithi192 systemd[1]: Started Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:13:21.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:21 smithi192 bash[75158]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:13:21.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:13:21 smithi192 bash[75158]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:13:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:21 smithi192 bash[64054]: cluster 2024-01-16T17:13:20.862427+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:22.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:21 smithi053 bash[67436]: cluster 2024-01-16T17:13:20.862427+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:22.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:21 smithi053 bash[64029]: cluster 2024-01-16T17:13:20.862427+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:23 smithi192 bash[64054]: cluster 2024-01-16T17:13:22.863003+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:24.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:23 smithi053 bash[64029]: cluster 2024-01-16T17:13:22.863003+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:24.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:23 smithi053 bash[67436]: cluster 2024-01-16T17:13:22.863003+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:25.579 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-16T17:13:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:25 smithi192 bash[64054]: cluster 2024-01-16T17:13:24.863551+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:26.247 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:25 smithi053 bash[67436]: cluster 2024-01-16T17:13:24.863551+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:26.247 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:25 smithi053 bash[64029]: cluster 2024-01-16T17:13:24.863551+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[67436]: audit 2024-01-16T17:13:26.790504+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.53:0/3057214361' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[67436]: audit 2024-01-16T17:13:26.790794+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[67436]: audit 2024-01-16T17:13:26.794060+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[64029]: audit 2024-01-16T17:13:26.790504+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.53:0/3057214361' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[64029]: audit 2024-01-16T17:13:26.790794+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.132 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:26 smithi053 bash[64029]: audit 2024-01-16T17:13:26.794060+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T17:13:27.133 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-16T17:13:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:26 smithi192 bash[64054]: audit 2024-01-16T17:13:26.790504+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.53:0/3057214361' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:26 smithi192 bash[64054]: audit 2024-01-16T17:13:26.790794+0000 mon.a (mon.0) 731 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T17:13:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:26 smithi192 bash[64054]: audit 2024-01-16T17:13:26.794060+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T17:13:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:27 smithi192 bash[64054]: cluster 2024-01-16T17:13:26.863946+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:28.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:27 smithi053 bash[64029]: cluster 2024-01-16T17:13:26.863946+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:28.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:27 smithi053 bash[67436]: cluster 2024-01-16T17:13:26.863946+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:28.649 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-16T17:13:28.905 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[67436]: audit 2024-01-16T17:13:28.292752+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.53:0/3533758737' 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-16T17:13:28.905 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[67436]: audit 2024-01-16T17:13:28.293042+0000 mon.a (mon.0) 733 : 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-16T17:13:28.905 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[67436]: audit 2024-01-16T17:13:28.296728+0000 mon.a (mon.0) 734 : 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-16T17:13:29.195 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:28 smithi192 bash[64054]: audit 2024-01-16T17:13:28.292752+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.53:0/3533758737' 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-16T17:13:29.195 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:28 smithi192 bash[64054]: audit 2024-01-16T17:13:28.293042+0000 mon.a (mon.0) 733 : 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-16T17:13:29.195 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:28 smithi192 bash[64054]: audit 2024-01-16T17:13:28.296728+0000 mon.a (mon.0) 734 : 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-16T17:13:29.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[64029]: audit 2024-01-16T17:13:28.292752+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.53:0/3533758737' 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-16T17:13:29.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[64029]: audit 2024-01-16T17:13:28.293042+0000 mon.a (mon.0) 733 : 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-16T17:13:29.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:28 smithi053 bash[64029]: audit 2024-01-16T17:13:28.296728+0000 mon.a (mon.0) 734 : 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-16T17:13:29.839 INFO:teuthology.orchestra.run.smithi053.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:13:29.958 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:29 smithi192 bash[64054]: cluster 2024-01-16T17:13:28.864405+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:29.986 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:29 smithi192 bash[64054]: audit 2024-01-16T17:13:29.856808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]: dispatch 2024-01-16T17:13:29.986 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:29 smithi192 bash[64054]: audit 2024-01-16T17:13:29.859509+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]': finished 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[67436]: cluster 2024-01-16T17:13:28.864405+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[67436]: audit 2024-01-16T17:13:29.856808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]: dispatch 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[67436]: audit 2024-01-16T17:13:29.859509+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]': finished 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[64029]: cluster 2024-01-16T17:13:28.864405+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[64029]: audit 2024-01-16T17:13:29.856808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]: dispatch 2024-01-16T17:13:30.130 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:29 smithi053 bash[64029]: audit 2024-01-16T17:13:29.859509+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\"}"}]': finished 2024-01-16T17:13:30.207 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T17:13:30.216 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi053.front.sepia.ceph.com 2024-01-16T17:13:30.217 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-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-16T17:13:30.217 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 podman[75346]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-grafana.a" found: no such container 2024-01-16T17:13:30.217 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 systemd[1]: Started Ceph grafana.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+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-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-01-16T17:13:30.714 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="App mode production" logger=settings 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-01-16T17:13:30.715 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-01-16T17:13:30.716 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-01-16T17:13:30.717 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-01-16T17:13:30.718 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-01-16T17:13:30.719 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-01-16T17:13:30.720 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-01-16T17:13:30.721 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-01-16T17:13:30.722 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-01-16T17:13:30.723 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-01-16T17:13:30.724 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-01-16T17:13:30.725 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-01-16T17:13:30.726 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-01-16T17:13:30.727 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-01-16T17:13:30.728 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-01-16T17:13:30.729 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-01-16T17:13:30.730 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-01-16T17:13:30.731 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-01-16T17:13:30.732 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-01-16T17:13:30.733 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing HooksService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-01-16T17:13:30.734 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing LoginService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing SearchService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing TracingService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+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-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+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-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="Initializing Stream Manager" 2024-01-16T17:13:30.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[75362]: t=2024-01-16T17:13:30+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-01-16T17:13:31.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[67436]: audit 2024-01-16T17:13:29.855851+0000 mgr.y (mgr.14142) 240 : audit [DBG] from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:31.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[64029]: audit 2024-01-16T17:13:29.855851+0000 mgr.y (mgr.14142) 240 : audit [DBG] from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:31.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[64029]: audit 2024-01-16T17:13:30.040846+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:31.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[64029]: audit 2024-01-16T17:13:30.043435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:31.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[64029]: audit 2024-01-16T17:13:30.044053+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:31.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[67436]: audit 2024-01-16T17:13:30.040846+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:31.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[67436]: audit 2024-01-16T17:13:30.043435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:31.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:30 smithi053 bash[67436]: audit 2024-01-16T17:13:30.044053+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[64054]: audit 2024-01-16T17:13:29.855851+0000 mgr.y (mgr.14142) 240 : audit [DBG] from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:31.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[64054]: audit 2024-01-16T17:13:30.040846+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:31.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[64054]: audit 2024-01-16T17:13:30.043435+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605747\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605824\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605857\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605899\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:10:39.605929\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:10:39.605958\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:10:39.605987\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:31.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:30 smithi192 bash[64054]: audit 2024-01-16T17:13:30.044053+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:31.713 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:13:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:31 smithi192 bash[64054]: cluster 2024-01-16T17:13:30.864834+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:31 smithi192 bash[64054]: audit 2024-01-16T17:13:31.814729+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:13:32.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:31 smithi192 bash[64054]: audit 2024-01-16T17:13:31.817698+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:13:32.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:31 smithi192 bash[64054]: audit 2024-01-16T17:13:31.818322+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:32.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[64029]: cluster 2024-01-16T17:13:30.864834+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:32.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[67436]: cluster 2024-01-16T17:13:30.864834+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:32.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[64029]: audit 2024-01-16T17:13:31.814729+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:13:32.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[64029]: audit 2024-01-16T17:13:31.817698+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:13:32.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[64029]: audit 2024-01-16T17:13:31.818322+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:32.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[67436]: audit 2024-01-16T17:13:31.814729+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:13:32.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[67436]: audit 2024-01-16T17:13:31.817698+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}}, \"last_daemon_update\": \"2024-01-16T17:13:31.814001\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:13:32.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:31 smithi053 bash[67436]: audit 2024-01-16T17:13:31.818322+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running - - 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (5m) 0s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:13:32.289 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 0s ago 2m prom/node-exporter 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running - - 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:13:32.290 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (2m) 2m ago 2m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:13:32.600 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:13:32.881 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:13:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:32 smithi192 bash[64054]: audit 2024-01-16T17:13:31.721970+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:32 smithi192 bash[64054]: audit 2024-01-16T17:13:32.620384+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.53:0/1856095304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:13:33.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:32 smithi053 bash[64029]: audit 2024-01-16T17:13:31.721970+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:33.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:32 smithi053 bash[64029]: audit 2024-01-16T17:13:32.620384+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.53:0/1856095304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:13:33.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:32 smithi053 bash[67436]: audit 2024-01-16T17:13:31.721970+0000 mgr.y (mgr.14142) 242 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:33.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:32 smithi053 bash[67436]: audit 2024-01-16T17:13:32.620384+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.53:0/1856095304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: audit 2024-01-16T17:13:32.029602+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: audit 2024-01-16T17:13:32.306593+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: cluster 2024-01-16T17:13:32.865281+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: audit 2024-01-16T17:13:32.901336+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: audit 2024-01-16T17:13:33.847465+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:33 smithi192 bash[64054]: audit 2024-01-16T17:13:33.851142+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:34.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: audit 2024-01-16T17:13:32.029602+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: audit 2024-01-16T17:13:32.306593+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: cluster 2024-01-16T17:13:32.865281+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:34.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: audit 2024-01-16T17:13:32.901336+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: audit 2024-01-16T17:13:32.029602+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: audit 2024-01-16T17:13:32.306593+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: cluster 2024-01-16T17:13:32.865281+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:34.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: audit 2024-01-16T17:13:32.901336+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:13:34.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: audit 2024-01-16T17:13:33.847465+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:34.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[67436]: audit 2024-01-16T17:13:33.851142+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:34.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: audit 2024-01-16T17:13:33.847465+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:13:34.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:33 smithi053 bash[64029]: audit 2024-01-16T17:13:33.851142+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}}, \"last_daemon_update\": \"2024-01-16T17:13:33.846584\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:13:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:34 smithi192 bash[64054]: cephadm 2024-01-16T17:13:33.854791+0000 mgr.y (mgr.14142) 247 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:13:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:34 smithi053 bash[67436]: cephadm 2024-01-16T17:13:33.854791+0000 mgr.y (mgr.14142) 247 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:13:35.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:34 smithi053 bash[64029]: cephadm 2024-01-16T17:13:33.854791+0000 mgr.y (mgr.14142) 247 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:13:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:35 smithi192 bash[64054]: cluster 2024-01-16T17:13:34.865722+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:35 smithi053 bash[67436]: cluster 2024-01-16T17:13:34.865722+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:35 smithi053 bash[64029]: cluster 2024-01-16T17:13:34.865722+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:37 smithi192 bash[64054]: cluster 2024-01-16T17:13:36.866348+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:38.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:37 smithi053 bash[67436]: cluster 2024-01-16T17:13:36.866348+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:38.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:37 smithi053 bash[64029]: cluster 2024-01-16T17:13:36.866348+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:39 smithi192 bash[64054]: cluster 2024-01-16T17:13:38.867110+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:39 smithi053 bash[67436]: cluster 2024-01-16T17:13:38.867110+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:40.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:39 smithi053 bash[64029]: cluster 2024-01-16T17:13:38.867110+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:41 smithi192 bash[64054]: cluster 2024-01-16T17:13:40.867826+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:42.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:41 smithi053 bash[67436]: cluster 2024-01-16T17:13:40.867826+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:41 smithi053 bash[64029]: cluster 2024-01-16T17:13:40.867826+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:43 smithi192 bash[64054]: cluster 2024-01-16T17:13:42.868344+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:43 smithi053 bash[67436]: cluster 2024-01-16T17:13:42.868344+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:44.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:43 smithi053 bash[64029]: cluster 2024-01-16T17:13:42.868344+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:45 smithi192 bash[64054]: cluster 2024-01-16T17:13:44.869086+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:46.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:45 smithi053 bash[67436]: cluster 2024-01-16T17:13:44.869086+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:46.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:45 smithi053 bash[64029]: cluster 2024-01-16T17:13:44.869086+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:47 smithi192 bash[64054]: cluster 2024-01-16T17:13:46.869741+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:48.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:47 smithi053 bash[64029]: cluster 2024-01-16T17:13:46.869741+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:48.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:47 smithi053 bash[67436]: cluster 2024-01-16T17:13:46.869741+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:49 smithi192 bash[64054]: cluster 2024-01-16T17:13:48.870449+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:50.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:49 smithi053 bash[67436]: cluster 2024-01-16T17:13:48.870449+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:50.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:49 smithi053 bash[64029]: cluster 2024-01-16T17:13:48.870449+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:51 smithi192 bash[64054]: cluster 2024-01-16T17:13:50.870983+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:52.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:51 smithi053 bash[64029]: cluster 2024-01-16T17:13:50.870983+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:52.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:51 smithi053 bash[67436]: cluster 2024-01-16T17:13:50.870983+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:53 smithi192 bash[64054]: cluster 2024-01-16T17:13:52.871514+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:54.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:53 smithi053 bash[67436]: cluster 2024-01-16T17:13:52.871514+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:54.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:53 smithi053 bash[64029]: cluster 2024-01-16T17:13:52.871514+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:55 smithi192 bash[64054]: cluster 2024-01-16T17:13:54.872228+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:56.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:55 smithi053 bash[67436]: cluster 2024-01-16T17:13:54.872228+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:56.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:55 smithi053 bash[64029]: cluster 2024-01-16T17:13:54.872228+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:57 smithi192 bash[64054]: cluster 2024-01-16T17:13:56.872833+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:58.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:57 smithi053 bash[67436]: cluster 2024-01-16T17:13:56.872833+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:13:58.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:57 smithi053 bash[64029]: cluster 2024-01-16T17:13:56.872833+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:13:59 smithi192 bash[64054]: cluster 2024-01-16T17:13:58.873520+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:00.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:13:59 smithi053 bash[64029]: cluster 2024-01-16T17:13:58.873520+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:00.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:13:59 smithi053 bash[67436]: cluster 2024-01-16T17:13:58.873520+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:01 smithi192 bash[64054]: cluster 2024-01-16T17:14:00.874072+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:02.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:01 smithi053 bash[67436]: cluster 2024-01-16T17:14:00.874072+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:02.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:01 smithi053 bash[64029]: cluster 2024-01-16T17:14:00.874072+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:03.186 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (33s) 29s ago 33s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (5m) 29s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (7m) 31s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (7m) 31s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (5m) 29s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (6m) 31s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 31s ago 3m prom/node-exporter 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 29s ago 3m prom/node-exporter 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (5m) 31s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (4m) 31s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (4m) 31s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:14:03.737 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (4m) 31s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:14:03.738 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (4m) 29s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:14:03.738 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (4m) 29s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:14:03.738 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (3m) 29s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:14:03.738 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (3m) 29s ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:14:03.738 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (3m) 29s ago 3m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:14:04.040 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:14:04.041 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2024-01-16T17:14:04.041 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:14:04.041 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:14:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:03 smithi192 bash[64054]: cluster 2024-01-16T17:14:02.874580+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:04.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:03 smithi053 bash[67436]: cluster 2024-01-16T17:14:02.874580+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:04.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:03 smithi053 bash[64029]: cluster 2024-01-16T17:14:02.874580+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:04.321 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:14:04.321 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:14:04.321 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:14:04.322 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:14:04.322 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:14:04.322 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:14:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:04 smithi192 bash[64054]: audit 2024-01-16T17:14:03.196921+0000 mgr.y (mgr.14142) 263 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:04 smithi192 bash[64054]: audit 2024-01-16T17:14:03.479301+0000 mgr.y (mgr.14142) 264 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:04 smithi192 bash[64054]: audit 2024-01-16T17:14:03.754604+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:04 smithi192 bash[64054]: audit 2024-01-16T17:14:04.060598+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.53:0/1326643424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[67436]: audit 2024-01-16T17:14:03.196921+0000 mgr.y (mgr.14142) 263 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[67436]: audit 2024-01-16T17:14:03.479301+0000 mgr.y (mgr.14142) 264 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[67436]: audit 2024-01-16T17:14:03.754604+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[67436]: audit 2024-01-16T17:14:04.060598+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.53:0/1326643424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[64029]: audit 2024-01-16T17:14:03.196921+0000 mgr.y (mgr.14142) 263 : audit [DBG] from='client.14721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[64029]: audit 2024-01-16T17:14:03.479301+0000 mgr.y (mgr.14142) 264 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[64029]: audit 2024-01-16T17:14:03.754604+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:05.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:04 smithi053 bash[64029]: audit 2024-01-16T17:14:04.060598+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.53:0/1326643424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:05 smithi192 bash[64054]: audit 2024-01-16T17:14:04.342082+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:05 smithi192 bash[64054]: cluster 2024-01-16T17:14:04.875193+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:06.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:05 smithi053 bash[67436]: audit 2024-01-16T17:14:04.342082+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:06.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:05 smithi053 bash[67436]: cluster 2024-01-16T17:14:04.875193+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:06.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:05 smithi053 bash[64029]: audit 2024-01-16T17:14:04.342082+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:06.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:05 smithi053 bash[64029]: cluster 2024-01-16T17:14:04.875193+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:07 smithi192 bash[64054]: cluster 2024-01-16T17:14:06.875882+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:07 smithi053 bash[67436]: cluster 2024-01-16T17:14:06.875882+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:07 smithi053 bash[64029]: cluster 2024-01-16T17:14:06.875882+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:09 smithi192 bash[64054]: cluster 2024-01-16T17:14:08.876461+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:10.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:09 smithi053 bash[67436]: cluster 2024-01-16T17:14:08.876461+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:10.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:09 smithi053 bash[64029]: cluster 2024-01-16T17:14:08.876461+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:11 smithi192 bash[64054]: cluster 2024-01-16T17:14:10.877218+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:11.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:14:11 smithi192 bash[75158]: time="2024-01-16T17:14:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/node-exporter:latest: reading manifest sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:14:12.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:11 smithi053 bash[67436]: cluster 2024-01-16T17:14:10.877218+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:12.263 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:14:12 smithi053 bash[82936]: time="2024-01-16T17:14:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/node-exporter:latest: reading manifest sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:14:12.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:11 smithi053 bash[64029]: cluster 2024-01-16T17:14:10.877218+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:13 smithi192 bash[64054]: cluster 2024-01-16T17:14:12.877738+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:14.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:13 smithi053 bash[67436]: cluster 2024-01-16T17:14:12.877738+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:14.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:13 smithi053 bash[64029]: cluster 2024-01-16T17:14:12.877738+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:15 smithi192 bash[64054]: cluster 2024-01-16T17:14:14.878475+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:16.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:15 smithi053 bash[64029]: cluster 2024-01-16T17:14:14.878475+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:16.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:15 smithi053 bash[67436]: cluster 2024-01-16T17:14:14.878475+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:17 smithi192 bash[64054]: cluster 2024-01-16T17:14:16.879170+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:18.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:17 smithi053 bash[67436]: cluster 2024-01-16T17:14:16.879170+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:18.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:17 smithi053 bash[64029]: cluster 2024-01-16T17:14:16.879170+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:19 smithi192 bash[64054]: cluster 2024-01-16T17:14:18.879770+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:20.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:19 smithi053 bash[67436]: cluster 2024-01-16T17:14:18.879770+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:20.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:19 smithi053 bash[64029]: cluster 2024-01-16T17:14:18.879770+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:21 smithi192 bash[64054]: cluster 2024-01-16T17:14:20.880479+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:22.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:21 smithi053 bash[67436]: cluster 2024-01-16T17:14:20.880479+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:22.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:21 smithi053 bash[64029]: cluster 2024-01-16T17:14:20.880479+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:23 smithi192 bash[64054]: cluster 2024-01-16T17:14:22.881102+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:24.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:23 smithi053 bash[67436]: cluster 2024-01-16T17:14:22.881102+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:24.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:23 smithi053 bash[64029]: cluster 2024-01-16T17:14:22.881102+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:25 smithi192 bash[64054]: cluster 2024-01-16T17:14:24.881619+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:26.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:25 smithi053 bash[67436]: cluster 2024-01-16T17:14:24.881619+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:26.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:25 smithi053 bash[64029]: cluster 2024-01-16T17:14:24.881619+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:27 smithi192 bash[64054]: cluster 2024-01-16T17:14:26.882091+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:28.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:27 smithi053 bash[64029]: cluster 2024-01-16T17:14:26.882091+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:28.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:27 smithi053 bash[67436]: cluster 2024-01-16T17:14:26.882091+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:29 smithi192 bash[64054]: cluster 2024-01-16T17:14:28.882813+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:30.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:29 smithi053 bash[64029]: cluster 2024-01-16T17:14:28.882813+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:30.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:29 smithi053 bash[67436]: cluster 2024-01-16T17:14:28.882813+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:31 smithi192 bash[64054]: cluster 2024-01-16T17:14:30.883526+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:32.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:31 smithi053 bash[67436]: cluster 2024-01-16T17:14:30.883526+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:32.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:31 smithi053 bash[64029]: cluster 2024-01-16T17:14:30.883526+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:33 smithi192 bash[64054]: cluster 2024-01-16T17:14:32.884291+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:34.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:33 smithi053 bash[67436]: cluster 2024-01-16T17:14:32.884291+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:34.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:33 smithi053 bash[64029]: cluster 2024-01-16T17:14:32.884291+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:34.628 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (65s) 61s ago 65s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (6m) 61s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (7m) 63s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (7m) 63s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (6m) 61s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (6m) 63s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 63s ago 3m prom/node-exporter 2024-01-16T17:14:35.177 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 61s ago 3m prom/node-exporter 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (5m) 63s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (5m) 63s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (5m) 63s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (5m) 63s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (4m) 61s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (4m) 61s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (4m) 61s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (4m) 61s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:14:35.178 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (3m) 61s ago 3m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:35.477 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:14:35.478 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:14:35.759 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:14:35.759 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:14:35.759 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:14:35.760 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:14:35.760 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:14:35.760 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:14:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:35 smithi192 bash[64054]: audit 2024-01-16T17:14:34.637253+0000 mgr.y (mgr.14142) 282 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:35 smithi192 bash[64054]: cluster 2024-01-16T17:14:34.884712+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:35 smithi192 bash[64054]: audit 2024-01-16T17:14:34.919320+0000 mgr.y (mgr.14142) 284 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:35 smithi192 bash[64054]: audit 2024-01-16T17:14:35.498074+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.53:0/1574205435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[64029]: audit 2024-01-16T17:14:34.637253+0000 mgr.y (mgr.14142) 282 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[64029]: cluster 2024-01-16T17:14:34.884712+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[64029]: audit 2024-01-16T17:14:34.919320+0000 mgr.y (mgr.14142) 284 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[64029]: audit 2024-01-16T17:14:35.498074+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.53:0/1574205435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[67436]: audit 2024-01-16T17:14:34.637253+0000 mgr.y (mgr.14142) 282 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[67436]: cluster 2024-01-16T17:14:34.884712+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[67436]: audit 2024-01-16T17:14:34.919320+0000 mgr.y (mgr.14142) 284 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:35 smithi053 bash[67436]: audit 2024-01-16T17:14:35.498074+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.53:0/1574205435' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:14:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:36 smithi192 bash[64054]: audit 2024-01-16T17:14:35.194897+0000 mgr.y (mgr.14142) 285 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:36 smithi192 bash[64054]: audit 2024-01-16T17:14:35.780248+0000 mgr.y (mgr.14142) 286 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:37.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:36 smithi053 bash[67436]: audit 2024-01-16T17:14:35.194897+0000 mgr.y (mgr.14142) 285 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:37.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:36 smithi053 bash[67436]: audit 2024-01-16T17:14:35.780248+0000 mgr.y (mgr.14142) 286 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:37.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:36 smithi053 bash[64029]: audit 2024-01-16T17:14:35.194897+0000 mgr.y (mgr.14142) 285 : audit [DBG] from='client.14763 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:37.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:36 smithi053 bash[64029]: audit 2024-01-16T17:14:35.780248+0000 mgr.y (mgr.14142) 286 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:14:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:37 smithi192 bash[64054]: cluster 2024-01-16T17:14:36.885318+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:38.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:37 smithi053 bash[64029]: cluster 2024-01-16T17:14:36.885318+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:38.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:37 smithi053 bash[67436]: cluster 2024-01-16T17:14:36.885318+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:39 smithi192 bash[64054]: cluster 2024-01-16T17:14:38.886096+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:40.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:39 smithi053 bash[67436]: cluster 2024-01-16T17:14:38.886096+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:39 smithi053 bash[64029]: cluster 2024-01-16T17:14:38.886096+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:41 smithi192 bash[64054]: cluster 2024-01-16T17:14:40.886685+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:41 smithi053 bash[64029]: cluster 2024-01-16T17:14:40.886685+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:42.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:41 smithi053 bash[67436]: cluster 2024-01-16T17:14:40.886685+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:43 smithi192 bash[64054]: cluster 2024-01-16T17:14:42.887271+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:43 smithi053 bash[64029]: cluster 2024-01-16T17:14:42.887271+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:43 smithi053 bash[67436]: cluster 2024-01-16T17:14:42.887271+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:45 smithi192 bash[64054]: cluster 2024-01-16T17:14:44.887979+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:46.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:45 smithi053 bash[67436]: cluster 2024-01-16T17:14:44.887979+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:46.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:45 smithi053 bash[64029]: cluster 2024-01-16T17:14:44.887979+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:47 smithi192 bash[64054]: cluster 2024-01-16T17:14:46.888462+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:48.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:47 smithi053 bash[67436]: cluster 2024-01-16T17:14:46.888462+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:48.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:47 smithi053 bash[64029]: cluster 2024-01-16T17:14:46.888462+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:48.263 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:14:47 smithi053 bash[82936]: time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:14:49.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:14:49 smithi192 bash[75158]: time="2024-01-16T17:14:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:14:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:49 smithi192 bash[64054]: cluster 2024-01-16T17:14:48.889214+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:50.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:49 smithi053 bash[67436]: cluster 2024-01-16T17:14:48.889214+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:50.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:49 smithi053 bash[64029]: cluster 2024-01-16T17:14:48.889214+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:51 smithi192 bash[64054]: cluster 2024-01-16T17:14:50.889859+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:52.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:51 smithi053 bash[67436]: cluster 2024-01-16T17:14:50.889859+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:52.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:51 smithi053 bash[64029]: cluster 2024-01-16T17:14:50.889859+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:53 smithi192 bash[64054]: cluster 2024-01-16T17:14:52.890688+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:54.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:53 smithi053 bash[64029]: cluster 2024-01-16T17:14:52.890688+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:54.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:53 smithi053 bash[67436]: cluster 2024-01-16T17:14:52.890688+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:55 smithi192 bash[64054]: cluster 2024-01-16T17:14:54.891168+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:56.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:55 smithi053 bash[64029]: cluster 2024-01-16T17:14:54.891168+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:56.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:55 smithi053 bash[67436]: cluster 2024-01-16T17:14:54.891168+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:57 smithi192 bash[64054]: cluster 2024-01-16T17:14:56.891634+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:58.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:57 smithi053 bash[64029]: cluster 2024-01-16T17:14:56.891634+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:14:58.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:57 smithi053 bash[67436]: cluster 2024-01-16T17:14:56.891634+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:14:59 smithi192 bash[64054]: cluster 2024-01-16T17:14:58.892371+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:00.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:14:59 smithi053 bash[67436]: cluster 2024-01-16T17:14:58.892371+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:00.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:14:59 smithi053 bash[64029]: cluster 2024-01-16T17:14:58.892371+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:01 smithi192 bash[64054]: cluster 2024-01-16T17:15:00.892999+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:02.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:01 smithi053 bash[64029]: cluster 2024-01-16T17:15:00.892999+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:02.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:01 smithi053 bash[67436]: cluster 2024-01-16T17:15:00.892999+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:03 smithi192 bash[64054]: cluster 2024-01-16T17:15:02.893557+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:04.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:03 smithi053 bash[64029]: cluster 2024-01-16T17:15:02.893557+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:04.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:03 smithi053 bash[67436]: cluster 2024-01-16T17:15:02.893557+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:06.066 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:15:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:05 smithi192 bash[64054]: cluster 2024-01-16T17:15:04.894232+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:06.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:05 smithi053 bash[67436]: cluster 2024-01-16T17:15:04.894232+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:06.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:05 smithi053 bash[64029]: cluster 2024-01-16T17:15:04.894232+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:06.612 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (96s) 92s ago 96s 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (6m) 92s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (8m) 94s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (8m) 94s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (6m) 92s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (7m) 94s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 94s ago 4m prom/node-exporter 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 92s ago 4m prom/node-exporter 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (6m) 94s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (5m) 94s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:15:06.613 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (5m) 94s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (5m) 94s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (5m) 92s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (5m) 92s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (4m) 92s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (4m) 92s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:15:06.614 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (4m) 92s ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:15:06.919 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:15:06.920 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:15:07.201 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:15:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:06 smithi192 bash[64054]: audit 2024-01-16T17:15:06.940642+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.53:0/742165010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:07.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:06 smithi053 bash[67436]: audit 2024-01-16T17:15:06.940642+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.53:0/742165010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:06 smithi053 bash[64029]: audit 2024-01-16T17:15:06.940642+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.53:0/742165010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:07 smithi192 bash[64054]: audit 2024-01-16T17:15:06.076795+0000 mgr.y (mgr.14142) 302 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:07 smithi192 bash[64054]: audit 2024-01-16T17:15:06.357461+0000 mgr.y (mgr.14142) 303 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:07 smithi192 bash[64054]: audit 2024-01-16T17:15:06.631085+0000 mgr.y (mgr.14142) 304 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:07 smithi192 bash[64054]: cluster 2024-01-16T17:15:06.894621+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[67436]: audit 2024-01-16T17:15:06.076795+0000 mgr.y (mgr.14142) 302 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[67436]: audit 2024-01-16T17:15:06.357461+0000 mgr.y (mgr.14142) 303 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[67436]: audit 2024-01-16T17:15:06.631085+0000 mgr.y (mgr.14142) 304 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[67436]: cluster 2024-01-16T17:15:06.894621+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[64029]: audit 2024-01-16T17:15:06.076795+0000 mgr.y (mgr.14142) 302 : audit [DBG] from='client.24694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[64029]: audit 2024-01-16T17:15:06.357461+0000 mgr.y (mgr.14142) 303 : audit [DBG] from='client.24700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[64029]: audit 2024-01-16T17:15:06.631085+0000 mgr.y (mgr.14142) 304 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:08.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:07 smithi053 bash[64029]: cluster 2024-01-16T17:15:06.894621+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:08 smithi192 bash[64054]: audit 2024-01-16T17:15:07.222004+0000 mgr.y (mgr.14142) 306 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:09.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:08 smithi053 bash[67436]: audit 2024-01-16T17:15:07.222004+0000 mgr.y (mgr.14142) 306 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:09.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:08 smithi053 bash[64029]: audit 2024-01-16T17:15:07.222004+0000 mgr.y (mgr.14142) 306 : audit [DBG] from='client.14805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:09 smithi192 bash[64054]: cluster 2024-01-16T17:15:08.895357+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:09 smithi053 bash[67436]: cluster 2024-01-16T17:15:08.895357+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:10.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:09 smithi053 bash[64029]: cluster 2024-01-16T17:15:08.895357+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:11 smithi192 bash[64054]: cluster 2024-01-16T17:15:10.896002+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:12.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:11 smithi053 bash[67436]: cluster 2024-01-16T17:15:10.896002+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:12.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:11 smithi053 bash[64029]: cluster 2024-01-16T17:15:10.896002+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:13 smithi192 bash[64054]: cluster 2024-01-16T17:15:12.896538+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:13 smithi053 bash[64029]: cluster 2024-01-16T17:15:12.896538+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:13 smithi053 bash[67436]: cluster 2024-01-16T17:15:12.896538+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:15 smithi192 bash[64054]: cluster 2024-01-16T17:15:14.897306+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:16.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:15 smithi053 bash[67436]: cluster 2024-01-16T17:15:14.897306+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:16.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:15 smithi053 bash[64029]: cluster 2024-01-16T17:15:14.897306+0000 mgr.y (mgr.14142) 310 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:17 smithi192 bash[64054]: cluster 2024-01-16T17:15:16.898013+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:18.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:17 smithi053 bash[67436]: cluster 2024-01-16T17:15:16.898013+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:18.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:17 smithi053 bash[64029]: cluster 2024-01-16T17:15:16.898013+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:19 smithi192 bash[64054]: cluster 2024-01-16T17:15:18.898492+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:20.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:19 smithi053 bash[67436]: cluster 2024-01-16T17:15:18.898492+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:20.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:19 smithi053 bash[64029]: cluster 2024-01-16T17:15:18.898492+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:21 smithi192 bash[64054]: cluster 2024-01-16T17:15:20.899162+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:22.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:21 smithi053 bash[67436]: cluster 2024-01-16T17:15:20.899162+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:22.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:21 smithi053 bash[64029]: cluster 2024-01-16T17:15:20.899162+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:23 smithi192 bash[64054]: cluster 2024-01-16T17:15:22.899857+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:24.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:23 smithi053 bash[64029]: cluster 2024-01-16T17:15:22.899857+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:24.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:23 smithi053 bash[67436]: cluster 2024-01-16T17:15:22.899857+0000 mgr.y (mgr.14142) 314 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:25.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:15:25 smithi053 bash[82936]: time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:15:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:25 smithi192 bash[64054]: cluster 2024-01-16T17:15:24.900526+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:26.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:25 smithi053 bash[64029]: cluster 2024-01-16T17:15:24.900526+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:26.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:25 smithi053 bash[67436]: cluster 2024-01-16T17:15:24.900526+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:26.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:15:26 smithi192 bash[75158]: time="2024-01-16T17:15:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:15:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:27 smithi192 bash[64054]: cluster 2024-01-16T17:15:26.901112+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:28.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:27 smithi053 bash[67436]: cluster 2024-01-16T17:15:26.901112+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:28.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:27 smithi053 bash[64029]: cluster 2024-01-16T17:15:26.901112+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:29 smithi192 bash[64054]: cluster 2024-01-16T17:15:28.901662+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:30.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:29 smithi053 bash[67436]: cluster 2024-01-16T17:15:28.901662+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:30.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:29 smithi053 bash[64029]: cluster 2024-01-16T17:15:28.901662+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:31 smithi192 bash[64054]: cluster 2024-01-16T17:15:30.902230+0000 mgr.y (mgr.14142) 318 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:32.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:31 smithi053 bash[67436]: cluster 2024-01-16T17:15:30.902230+0000 mgr.y (mgr.14142) 318 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:32.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:31 smithi053 bash[64029]: cluster 2024-01-16T17:15:30.902230+0000 mgr.y (mgr.14142) 318 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:33 smithi192 bash[64054]: cluster 2024-01-16T17:15:32.902811+0000 mgr.y (mgr.14142) 319 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:34.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:33 smithi053 bash[64029]: cluster 2024-01-16T17:15:32.902811+0000 mgr.y (mgr.14142) 319 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:34.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:33 smithi053 bash[67436]: cluster 2024-01-16T17:15:32.902811+0000 mgr.y (mgr.14142) 319 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:35 smithi192 bash[64054]: cluster 2024-01-16T17:15:34.903441+0000 mgr.y (mgr.14142) 320 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:36.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:35 smithi053 bash[67436]: cluster 2024-01-16T17:15:34.903441+0000 mgr.y (mgr.14142) 320 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:35 smithi053 bash[64029]: cluster 2024-01-16T17:15:34.903441+0000 mgr.y (mgr.14142) 320 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:37.505 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 2m ago 4m prom/node-exporter 2024-01-16T17:15:38.054 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 2m ago 4m prom/node-exporter 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (5m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:15:38.055 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (4m) 2m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:15:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:37 smithi192 bash[64054]: cluster 2024-01-16T17:15:36.904144+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:38.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:37 smithi053 bash[67436]: cluster 2024-01-16T17:15:36.904144+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:38.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:37 smithi053 bash[64029]: cluster 2024-01-16T17:15:36.904144+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:38.356 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:15:38.356 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:15:38.356 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:15:38.356 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:38.356 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:15:38.357 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:15:38.640 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:15:38.640 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:15:38.640 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:15:38.640 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:15:38.641 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:15:38.641 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:15:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:38 smithi192 bash[64054]: audit 2024-01-16T17:15:37.515933+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:38 smithi192 bash[64054]: audit 2024-01-16T17:15:37.796082+0000 mgr.y (mgr.14142) 323 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:38 smithi192 bash[64054]: audit 2024-01-16T17:15:38.378005+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.53:0/3255616784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:39.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[64029]: audit 2024-01-16T17:15:37.515933+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[64029]: audit 2024-01-16T17:15:37.796082+0000 mgr.y (mgr.14142) 323 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[64029]: audit 2024-01-16T17:15:38.378005+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.53:0/3255616784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:39.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[67436]: audit 2024-01-16T17:15:37.515933+0000 mgr.y (mgr.14142) 322 : audit [DBG] from='client.14811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[67436]: audit 2024-01-16T17:15:37.796082+0000 mgr.y (mgr.14142) 323 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:39.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:38 smithi053 bash[67436]: audit 2024-01-16T17:15:38.378005+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.53:0/3255616784' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:15:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:39 smithi192 bash[64054]: audit 2024-01-16T17:15:38.072429+0000 mgr.y (mgr.14142) 324 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:39 smithi192 bash[64054]: audit 2024-01-16T17:15:38.661288+0000 mgr.y (mgr.14142) 325 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:39 smithi192 bash[64054]: cluster 2024-01-16T17:15:38.904651+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[64029]: audit 2024-01-16T17:15:38.072429+0000 mgr.y (mgr.14142) 324 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[64029]: audit 2024-01-16T17:15:38.661288+0000 mgr.y (mgr.14142) 325 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[64029]: cluster 2024-01-16T17:15:38.904651+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:40.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[67436]: audit 2024-01-16T17:15:38.072429+0000 mgr.y (mgr.14142) 324 : audit [DBG] from='client.24736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[67436]: audit 2024-01-16T17:15:38.661288+0000 mgr.y (mgr.14142) 325 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:15:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:39 smithi053 bash[67436]: cluster 2024-01-16T17:15:38.904651+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:41 smithi192 bash[64054]: cluster 2024-01-16T17:15:40.905402+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:41 smithi053 bash[67436]: cluster 2024-01-16T17:15:40.905402+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:41 smithi053 bash[64029]: cluster 2024-01-16T17:15:40.905402+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:43 smithi192 bash[64054]: cluster 2024-01-16T17:15:42.906160+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:44.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:43 smithi053 bash[67436]: cluster 2024-01-16T17:15:42.906160+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:43 smithi053 bash[64029]: cluster 2024-01-16T17:15:42.906160+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:45 smithi192 bash[64054]: cluster 2024-01-16T17:15:44.906661+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:46.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:45 smithi053 bash[67436]: cluster 2024-01-16T17:15:44.906661+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:46.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:45 smithi053 bash[64029]: cluster 2024-01-16T17:15:44.906661+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:47 smithi192 bash[64054]: cluster 2024-01-16T17:15:46.907327+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:48.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:47 smithi053 bash[67436]: cluster 2024-01-16T17:15:46.907327+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:48.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:47 smithi053 bash[64029]: cluster 2024-01-16T17:15:46.907327+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:49 smithi192 bash[64054]: cluster 2024-01-16T17:15:48.907905+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:50.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:49 smithi053 bash[64029]: cluster 2024-01-16T17:15:48.907905+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:50.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:49 smithi053 bash[67436]: cluster 2024-01-16T17:15:48.907905+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:51 smithi192 bash[64054]: cluster 2024-01-16T17:15:50.908537+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:52.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:51 smithi053 bash[67436]: cluster 2024-01-16T17:15:50.908537+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:52.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:51 smithi053 bash[64029]: cluster 2024-01-16T17:15:50.908537+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:53 smithi192 bash[64054]: cluster 2024-01-16T17:15:52.909253+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:54.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:53 smithi053 bash[64029]: cluster 2024-01-16T17:15:52.909253+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:54.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:53 smithi053 bash[67436]: cluster 2024-01-16T17:15:52.909253+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:55 smithi192 bash[64054]: cluster 2024-01-16T17:15:54.909862+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:56.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:55 smithi053 bash[67436]: cluster 2024-01-16T17:15:54.909862+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:56.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:55 smithi053 bash[64029]: cluster 2024-01-16T17:15:54.909862+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:57 smithi192 bash[64054]: cluster 2024-01-16T17:15:56.910398+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:58.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:57 smithi053 bash[67436]: cluster 2024-01-16T17:15:56.910398+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:15:58.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:57 smithi053 bash[64029]: cluster 2024-01-16T17:15:56.910398+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:15:59 smithi192 bash[64054]: cluster 2024-01-16T17:15:58.911193+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:00.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:15:59 smithi053 bash[67436]: cluster 2024-01-16T17:15:58.911193+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:00.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:15:59 smithi053 bash[64029]: cluster 2024-01-16T17:15:58.911193+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:01 smithi192 bash[64054]: cluster 2024-01-16T17:16:00.911909+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:02.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:01 smithi053 bash[67436]: cluster 2024-01-16T17:16:00.911909+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:02.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:01 smithi053 bash[64029]: cluster 2024-01-16T17:16:00.911909+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:02.945 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:02 smithi053 bash[82936]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:02 smithi053 bash[82936]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[82936]: Error: 3 errors occurred while pulling: 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[82936]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[82936]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[82936]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:03.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:16:03.263 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:03 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T17:16:03.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: debug 2024-01-16T17:16:03.183+0000 7f56dc40b700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:03.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:03.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:03.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:03.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: code, '\n'.join(err))) 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:03.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:03.266 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:16:03.267 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:03.875 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: cluster 2024-01-16T17:16:02.912480+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:03.875 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.185631+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.190024+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.190832+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.194193+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.194888+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.198262+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.199084+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.202001+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.202667+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:03.876 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[67436]: audit 2024-01-16T17:16:03.203475+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi053.mkddcp", "key": "container_image"}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: cluster 2024-01-16T17:16:02.912480+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.185631+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.190024+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.190832+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.194193+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.194888+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.198262+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.199084+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.202001+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.202667+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:03.877 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:03 smithi053 bash[64029]: audit 2024-01-16T17:16:03.203475+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi053.mkddcp", "key": "container_image"}]: dispatch 2024-01-16T17:16:04.185 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[75158]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:16:04.185 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[75158]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:16:04.185 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[75158]: Error: 3 errors occurred while pulling: 2024-01-16T17:16:04.186 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[75158]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: cluster 2024-01-16T17:16:02.912480+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.185631+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.190024+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.190832+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.194193+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.194888+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.198262+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T17:16:04.186 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.199084+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:04.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.202001+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi053.mkddcp", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:04.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.202667+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:04.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:03 smithi192 bash[64054]: audit 2024-01-16T17:16:03.203475+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi053.mkddcp", "key": "container_image"}]: dispatch 2024-01-16T17:16:04.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[75158]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:16:04.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[75158]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:04.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:16:04.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:04 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T17:16:05.012 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: cephadm 2024-01-16T17:16:03.184449+0000 mgr.y (mgr.14142) 339 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.012 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.012 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.012 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.012 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.013 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: cephadm 2024-01-16T17:16:03.184449+0000 mgr.y (mgr.14142) 339 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.014 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.015 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: code, '\n'.join(err))) 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.016 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: code, '\n'.join(err))) 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.017 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.018 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: cephadm 2024-01-16T17:16:03.184567+0000 mgr.y (mgr.14142) 340 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.019 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:16:05.020 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: cephadm 2024-01-16T17:16:03.184567+0000 mgr.y (mgr.14142) 340 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.021 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.022 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.023 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:16:05.024 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: cephadm 2024-01-16T17:16:03.203162+0000 mgr.y (mgr.14142) 341 : cephadm [INF] Deploying daemon rgw.r.z.smithi053.mkddcp on smithi053 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:16:05.025 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: cephadm 2024-01-16T17:16:03.203162+0000 mgr.y (mgr.14142) 341 : cephadm [INF] Deploying daemon rgw.r.z.smithi053.mkddcp on smithi053 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.466886+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.470010+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.470574+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.473929+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.474618+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:05.026 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[67436]: audit 2024-01-16T17:16:04.475319+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi192.bddsgy", "key": "container_image"}]: dispatch 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.466886+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.470010+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.470574+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.473929+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.474618+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:05.027 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:04 smithi053 bash[64029]: audit 2024-01-16T17:16:04.475319+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi192.bddsgy", "key": "container_image"}]: dispatch 2024-01-16T17:16:05.114 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: cephadm 2024-01-16T17:16:03.184449+0000 mgr.y (mgr.14142) 339 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.114 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.114 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.114 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:16:05.115 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: code, '\n'.join(err))) 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.116 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: cephadm 2024-01-16T17:16:03.184567+0000 mgr.y (mgr.14142) 340 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:10Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:14:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:15:25Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:16:05.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: cephadm 2024-01-16T17:16:03.203162+0000 mgr.y (mgr.14142) 341 : cephadm [INF] Deploying daemon rgw.r.z.smithi053.mkddcp on smithi053 2024-01-16T17:16:05.119 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.466886+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:05.120 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.470010+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813627\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813722\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813755\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813785\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813813\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:31.813840\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:13:31.813879\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:31.813916\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:05.120 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.470574+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T17:16:05.120 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.473929+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi192.bddsgy", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T17:16:05.120 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.474618+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:16:05.120 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:04 smithi192 bash[64054]: audit 2024-01-16T17:16:04.475319+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi192.bddsgy", "key": "container_image"}]: dispatch 2024-01-16T17:16:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:05 smithi192 bash[64054]: cephadm 2024-01-16T17:16:04.475099+0000 mgr.y (mgr.14142) 342 : cephadm [INF] Deploying daemon rgw.r.z.smithi192.bddsgy on smithi192 2024-01-16T17:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:05 smithi192 bash[64054]: cluster 2024-01-16T17:16:04.913173+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:05 smithi192 bash[64054]: audit 2024-01-16T17:16:05.663158+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:05 smithi192 bash[64054]: audit 2024-01-16T17:16:05.666175+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:05 smithi192 bash[64054]: audit 2024-01-16T17:16:05.667044+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:06.251 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[64029]: cephadm 2024-01-16T17:16:04.475099+0000 mgr.y (mgr.14142) 342 : cephadm [INF] Deploying daemon rgw.r.z.smithi192.bddsgy on smithi192 2024-01-16T17:16:06.251 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[64029]: cluster 2024-01-16T17:16:04.913173+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:06.252 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[67436]: cephadm 2024-01-16T17:16:04.475099+0000 mgr.y (mgr.14142) 342 : cephadm [INF] Deploying daemon rgw.r.z.smithi192.bddsgy on smithi192 2024-01-16T17:16:06.252 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[67436]: cluster 2024-01-16T17:16:04.913173+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 6.9 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:06.252 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[67436]: audit 2024-01-16T17:16:05.663158+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:06.252 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[64029]: audit 2024-01-16T17:16:05.663158+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:06.252 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[64029]: audit 2024-01-16T17:16:05.666175+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:06.253 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[64029]: audit 2024-01-16T17:16:05.667044+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:06.253 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[67436]: audit 2024-01-16T17:16:05.666175+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846177\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846273\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846312\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846346\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846378\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:13:33.846410\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:13:33.846443\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:13:33.846476\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:13:33.846496\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:06.253 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:05 smithi053 bash[67436]: audit 2024-01-16T17:16:05.667044+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:06 smithi192 bash[64054]: audit 2024-01-16T17:16:06.904706+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:06 smithi192 bash[64054]: audit 2024-01-16T17:16:06.907264+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:06 smithi192 bash[64054]: audit 2024-01-16T17:16:06.907764+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:07.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[67436]: audit 2024-01-16T17:16:06.904706+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:07.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[67436]: audit 2024-01-16T17:16:06.907264+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:07.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[67436]: audit 2024-01-16T17:16:06.907764+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:07.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[64029]: audit 2024-01-16T17:16:06.904706+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]: dispatch 2024-01-16T17:16:07.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[64029]: audit 2024-01-16T17:16:06.907264+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:07:12.536382\"}"}]': finished 2024-01-16T17:16:07.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:06 smithi053 bash[64029]: audit 2024-01-16T17:16:06.907764+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:16:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:07 smithi192 bash[64054]: cluster 2024-01-16T17:16:06.913565+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 23 op/s 2024-01-16T17:16:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:07 smithi053 bash[67436]: cluster 2024-01-16T17:16:06.913565+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 23 op/s 2024-01-16T17:16:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:07 smithi053 bash[64029]: cluster 2024-01-16T17:16:06.913565+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 13 KiB/s rd, 170 B/s wr, 23 op/s 2024-01-16T17:16:08.963 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:16:09.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:08 smithi192 bash[64054]: audit 2024-01-16T17:16:08.681205+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:09.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:08 smithi192 bash[64054]: audit 2024-01-16T17:16:08.685912+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:09.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:08 smithi053 bash[64029]: audit 2024-01-16T17:16:08.681205+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:09.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:08 smithi053 bash[64029]: audit 2024-01-16T17:16:08.685912+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:09.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:08 smithi053 bash[67436]: audit 2024-01-16T17:16:08.681205+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:16:09.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:08 smithi053 bash[67436]: audit 2024-01-16T17:16:08.685912+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"61cb2cea5e72\", \"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-16T17:16:08.680060\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:10:38.429264\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:10:24.420347\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:16:08.680257\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:16:09.511 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:16:09.511 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (2m) 0s ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:16:09.511 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:16:09.511 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (9m) 2s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (9m) 2s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (8m) 2s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 2s ago 5m prom/node-exporter 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 0s ago 5m prom/node-exporter 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (7m) 2s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (6m) 2s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (6m) 2s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (6m) 2s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (5m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (5m) 0s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:16:09.512 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (5m) 0s ago 5m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:16:09.513 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (5s) 2s ago 5s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:16:09.513 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (3s) 0s ago 3s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:16:09.815 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:09.816 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:16:09.816 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:16:09.816 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:16:09.816 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:16:10.098 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:16:10.099 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:16:10.099 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:16:10.099 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:16:10.099 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:16:10.099 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:16:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:09 smithi192 bash[64054]: cephadm 2024-01-16T17:16:08.692175+0000 mgr.y (mgr.14142) 345 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:16:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:09 smithi192 bash[64054]: cluster 2024-01-16T17:16:08.914071+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 170 B/s wr, 114 op/s 2024-01-16T17:16:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:09 smithi192 bash[64054]: audit 2024-01-16T17:16:08.973476+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:09 smithi192 bash[64054]: audit 2024-01-16T17:16:09.836265+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.53:0/2003727940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[67436]: cephadm 2024-01-16T17:16:08.692175+0000 mgr.y (mgr.14142) 345 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[67436]: cluster 2024-01-16T17:16:08.914071+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 170 B/s wr, 114 op/s 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[67436]: audit 2024-01-16T17:16:08.973476+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[67436]: audit 2024-01-16T17:16:09.836265+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.53:0/2003727940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[64029]: cephadm 2024-01-16T17:16:08.692175+0000 mgr.y (mgr.14142) 345 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[64029]: cluster 2024-01-16T17:16:08.914071+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 63 KiB/s rd, 170 B/s wr, 114 op/s 2024-01-16T17:16:10.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[64029]: audit 2024-01-16T17:16:08.973476+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:10.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:09 smithi053 bash[64029]: audit 2024-01-16T17:16:09.836265+0000 mon.c (mon.1) 35 : audit [DBG] from='client.? 172.21.15.53:0/2003727940' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:10 smithi192 bash[64054]: audit 2024-01-16T17:16:09.254476+0000 mgr.y (mgr.14142) 348 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:10 smithi192 bash[64054]: audit 2024-01-16T17:16:09.529184+0000 mgr.y (mgr.14142) 349 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:11.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:10 smithi053 bash[67436]: audit 2024-01-16T17:16:09.254476+0000 mgr.y (mgr.14142) 348 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:11.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:10 smithi053 bash[67436]: audit 2024-01-16T17:16:09.529184+0000 mgr.y (mgr.14142) 349 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:11.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:10 smithi053 bash[64029]: audit 2024-01-16T17:16:09.254476+0000 mgr.y (mgr.14142) 348 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:11.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:10 smithi053 bash[64029]: audit 2024-01-16T17:16:09.529184+0000 mgr.y (mgr.14142) 349 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:11 smithi192 bash[64054]: audit 2024-01-16T17:16:10.119814+0000 mgr.y (mgr.14142) 350 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:11 smithi192 bash[64054]: cluster 2024-01-16T17:16:10.914618+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 170 B/s wr, 164 op/s 2024-01-16T17:16:12.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:11 smithi053 bash[67436]: audit 2024-01-16T17:16:10.119814+0000 mgr.y (mgr.14142) 350 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:12.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:11 smithi053 bash[67436]: cluster 2024-01-16T17:16:10.914618+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 170 B/s wr, 164 op/s 2024-01-16T17:16:12.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:11 smithi053 bash[64029]: audit 2024-01-16T17:16:10.119814+0000 mgr.y (mgr.14142) 350 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:12.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:11 smithi053 bash[64029]: cluster 2024-01-16T17:16:10.914618+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 170 B/s wr, 164 op/s 2024-01-16T17:16:13.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:16:13.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 2. 2024-01-16T17:16:13.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 systemd[1]: Stopped Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:16:13.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 systemd[1]: Starting Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:16:13.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 podman[85776]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:16:13.763 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 systemd[1]: Started Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:16:13.763 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 bash[85792]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:13.763 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:13 smithi053 bash[85792]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:16:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:13 smithi192 bash[64054]: cluster 2024-01-16T17:16:12.915366+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:13 smithi053 bash[64029]: cluster 2024-01-16T17:16:12.915366+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:13 smithi053 bash[67436]: cluster 2024-01-16T17:16:12.915366+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 2. 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 systemd[1]: Starting Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 podman[77064]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.b" found: no such container 2024-01-16T17:16:14.711 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 systemd[1]: Started Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:16:14.712 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 bash[77080]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:16:14.712 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:14 smithi192 bash[77080]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:16:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:15 smithi192 bash[64054]: cluster 2024-01-16T17:16:14.916120+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:16.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:15 smithi053 bash[64029]: cluster 2024-01-16T17:16:14.916120+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:16.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:15 smithi053 bash[67436]: cluster 2024-01-16T17:16:14.916120+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:18.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:18 smithi053 bash[67436]: cluster 2024-01-16T17:16:16.916623+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:18.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:18 smithi053 bash[64029]: cluster 2024-01-16T17:16:16.916623+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:18 smithi192 bash[64054]: cluster 2024-01-16T17:16:16.916623+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-16T17:16:19.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:19 smithi053 bash[67436]: cluster 2024-01-16T17:16:18.917241+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 143 op/s 2024-01-16T17:16:19.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:19 smithi053 bash[64029]: cluster 2024-01-16T17:16:18.917241+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 143 op/s 2024-01-16T17:16:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:19 smithi192 bash[64054]: cluster 2024-01-16T17:16:18.917241+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 80 KiB/s rd, 0 B/s wr, 143 op/s 2024-01-16T17:16:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:21 smithi192 bash[64054]: cluster 2024-01-16T17:16:20.917816+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-16T17:16:22.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:21 smithi053 bash[67436]: cluster 2024-01-16T17:16:20.917816+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-16T17:16:22.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:21 smithi053 bash[64029]: cluster 2024-01-16T17:16:20.917816+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-16T17:16:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:23 smithi192 bash[64054]: cluster 2024-01-16T17:16:22.918463+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-16T17:16:24.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:23 smithi053 bash[67436]: cluster 2024-01-16T17:16:22.918463+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-16T17:16:24.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:23 smithi053 bash[64029]: cluster 2024-01-16T17:16:22.918463+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-16T17:16:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:25 smithi192 bash[64054]: cluster 2024-01-16T17:16:24.919212+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:26.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:25 smithi053 bash[67436]: cluster 2024-01-16T17:16:24.919212+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:26.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:25 smithi053 bash[64029]: cluster 2024-01-16T17:16:24.919212+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:27 smithi192 bash[64054]: cluster 2024-01-16T17:16:26.919840+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:28.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:27 smithi053 bash[64029]: cluster 2024-01-16T17:16:26.919840+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:28.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:27 smithi053 bash[67436]: cluster 2024-01-16T17:16:26.919840+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:29 smithi192 bash[64054]: cluster 2024-01-16T17:16:28.920454+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:30.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:29 smithi053 bash[67436]: cluster 2024-01-16T17:16:28.920454+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:30.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:29 smithi053 bash[64029]: cluster 2024-01-16T17:16:28.920454+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:32.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:31 smithi053 bash[67436]: cluster 2024-01-16T17:16:30.921089+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:32.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:31 smithi053 bash[64029]: cluster 2024-01-16T17:16:30.921089+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:31 smithi192 bash[64054]: cluster 2024-01-16T17:16:30.921089+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:33 smithi192 bash[64054]: cluster 2024-01-16T17:16:32.921751+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:34.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:33 smithi053 bash[67436]: cluster 2024-01-16T17:16:32.921751+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:34.281 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:33 smithi053 bash[64029]: cluster 2024-01-16T17:16:32.921751+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:35 smithi192 bash[64054]: cluster 2024-01-16T17:16:34.922402+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:36.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:35 smithi053 bash[67436]: cluster 2024-01-16T17:16:34.922402+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:35 smithi053 bash[64029]: cluster 2024-01-16T17:16:34.922402+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:37 smithi192 bash[64054]: cluster 2024-01-16T17:16:36.923126+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:38.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:37 smithi053 bash[64029]: cluster 2024-01-16T17:16:36.923126+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:38.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:37 smithi053 bash[67436]: cluster 2024-01-16T17:16:36.923126+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:40.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:39 smithi053 bash[67436]: cluster 2024-01-16T17:16:38.923818+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:39 smithi053 bash[64029]: cluster 2024-01-16T17:16:38.923818+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:40.406 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:16:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:39 smithi192 bash[64054]: cluster 2024-01-16T17:16:38.923818+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (3m) 32s ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (8m) 32s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (9m) 34s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (9m) 34s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (8m) 32s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (8m) 34s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 34s ago 6m prom/node-exporter 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 32s ago 6m prom/node-exporter 2024-01-16T17:16:40.956 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (7m) 34s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (7m) 34s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (7m) 34s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (7m) 34s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (6m) 32s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (6m) 32s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (6m) 32s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (6m) 32s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (6m) 32s ago 6m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (36s) 34s ago 36s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:16:40.957 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (35s) 32s ago 35s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:16:41.255 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:16:41.255 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:16:41.255 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:16:41.255 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:41.255 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:16:41.256 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:16:41.257 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:16:41.257 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:16:41.257 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:16:41.537 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[67436]: audit 2024-01-16T17:16:40.417564+0000 mgr.y (mgr.14142) 366 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[67436]: audit 2024-01-16T17:16:40.698196+0000 mgr.y (mgr.14142) 367 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[67436]: cluster 2024-01-16T17:16:40.924310+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[67436]: audit 2024-01-16T17:16:40.974510+0000 mgr.y (mgr.14142) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[67436]: audit 2024-01-16T17:16:41.277365+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.53:0/3944375418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[64029]: audit 2024-01-16T17:16:40.417564+0000 mgr.y (mgr.14142) 366 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[64029]: audit 2024-01-16T17:16:40.698196+0000 mgr.y (mgr.14142) 367 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[64029]: cluster 2024-01-16T17:16:40.924310+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[64029]: audit 2024-01-16T17:16:40.974510+0000 mgr.y (mgr.14142) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:41 smithi053 bash[64029]: audit 2024-01-16T17:16:41.277365+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.53:0/3944375418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:41 smithi192 bash[64054]: audit 2024-01-16T17:16:40.417564+0000 mgr.y (mgr.14142) 366 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:41 smithi192 bash[64054]: audit 2024-01-16T17:16:40.698196+0000 mgr.y (mgr.14142) 367 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:41 smithi192 bash[64054]: cluster 2024-01-16T17:16:40.924310+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:41 smithi192 bash[64054]: audit 2024-01-16T17:16:40.974510+0000 mgr.y (mgr.14142) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:41 smithi192 bash[64054]: audit 2024-01-16T17:16:41.277365+0000 mon.a (mon.0) 769 : audit [DBG] from='client.? 172.21.15.53:0/3944375418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:16:43.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:42 smithi053 bash[64029]: audit 2024-01-16T17:16:41.558348+0000 mgr.y (mgr.14142) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:43.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:42 smithi053 bash[67436]: audit 2024-01-16T17:16:41.558348+0000 mgr.y (mgr.14142) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:42 smithi192 bash[64054]: audit 2024-01-16T17:16:41.558348+0000 mgr.y (mgr.14142) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:16:44.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:43 smithi053 bash[67436]: cluster 2024-01-16T17:16:42.925037+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:43 smithi053 bash[64029]: cluster 2024-01-16T17:16:42.925037+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:43 smithi192 bash[64054]: cluster 2024-01-16T17:16:42.925037+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:46.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:45 smithi053 bash[67436]: cluster 2024-01-16T17:16:44.925647+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:46.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:45 smithi053 bash[64029]: cluster 2024-01-16T17:16:44.925647+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:45 smithi192 bash[64054]: cluster 2024-01-16T17:16:44.925647+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:48.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:48 smithi053 bash[67436]: cluster 2024-01-16T17:16:46.926100+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:48.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:48 smithi053 bash[64029]: cluster 2024-01-16T17:16:46.926100+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:48 smithi192 bash[64054]: cluster 2024-01-16T17:16:46.926100+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:48.762 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:16:48 smithi053 bash[85792]: time="2024-01-16T17:16:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:50.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:50 smithi053 bash[67436]: cluster 2024-01-16T17:16:48.926724+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:50.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:50 smithi053 bash[64029]: cluster 2024-01-16T17:16:48.926724+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:50 smithi192 bash[64054]: cluster 2024-01-16T17:16:48.926724+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:51.211 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:16:50 smithi192 bash[77080]: time="2024-01-16T17:16:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:16:52.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:52 smithi053 bash[67436]: cluster 2024-01-16T17:16:50.927304+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:52.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:52 smithi053 bash[64029]: cluster 2024-01-16T17:16:50.927304+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:52.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:52 smithi192 bash[64054]: cluster 2024-01-16T17:16:50.927304+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:53 smithi192 bash[64054]: cluster 2024-01-16T17:16:52.927931+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:54.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:53 smithi053 bash[64029]: cluster 2024-01-16T17:16:52.927931+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:54.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:53 smithi053 bash[67436]: cluster 2024-01-16T17:16:52.927931+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:56.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:55 smithi053 bash[64029]: cluster 2024-01-16T17:16:54.928477+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:56.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:55 smithi053 bash[67436]: cluster 2024-01-16T17:16:54.928477+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:55 smithi192 bash[64054]: cluster 2024-01-16T17:16:54.928477+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:58.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:57 smithi053 bash[67436]: cluster 2024-01-16T17:16:56.929016+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:58.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:57 smithi053 bash[64029]: cluster 2024-01-16T17:16:56.929016+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:16:58.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:57 smithi192 bash[64054]: cluster 2024-01-16T17:16:56.929016+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:00.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:16:59 smithi053 bash[64029]: cluster 2024-01-16T17:16:58.929798+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:00.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:16:59 smithi053 bash[67436]: cluster 2024-01-16T17:16:58.929798+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:00.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:16:59 smithi192 bash[64054]: cluster 2024-01-16T17:16:58.929798+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:02.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:01 smithi053 bash[67436]: cluster 2024-01-16T17:17:00.930323+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:02.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:01 smithi053 bash[64029]: cluster 2024-01-16T17:17:00.930323+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:01 smithi192 bash[64054]: cluster 2024-01-16T17:17:00.930323+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:03 smithi192 bash[64054]: cluster 2024-01-16T17:17:02.930846+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:04.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:03 smithi053 bash[67436]: cluster 2024-01-16T17:17:02.930846+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:04.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:03 smithi053 bash[64029]: cluster 2024-01-16T17:17:02.930846+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:06.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:05 smithi053 bash[67436]: cluster 2024-01-16T17:17:04.931553+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:06.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:05 smithi053 bash[64029]: cluster 2024-01-16T17:17:04.931553+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:05 smithi192 bash[64054]: cluster 2024-01-16T17:17:04.931553+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:08.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:07 smithi053 bash[67436]: cluster 2024-01-16T17:17:06.932036+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:07 smithi053 bash[64029]: cluster 2024-01-16T17:17:06.932036+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:07 smithi192 bash[64054]: cluster 2024-01-16T17:17:06.932036+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:10.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:09 smithi053 bash[67436]: cluster 2024-01-16T17:17:08.932736+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:10.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:09 smithi053 bash[64029]: cluster 2024-01-16T17:17:08.932736+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:10.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:09 smithi192 bash[64054]: cluster 2024-01-16T17:17:08.932736+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:11.841 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:17:12.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:11 smithi053 bash[67436]: cluster 2024-01-16T17:17:10.933223+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:12.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:11 smithi053 bash[64029]: cluster 2024-01-16T17:17:10.933223+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (3m) 63s ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (8m) 63s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (10m) 65s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (10m) 65s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (8m) 63s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (9m) 65s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 65s ago 6m prom/node-exporter 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 63s ago 6m prom/node-exporter 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (8m) 65s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (8m) 65s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (7m) 65s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (7m) 65s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (7m) 63s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:17:12.394 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (7m) 63s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:17:12.395 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (6m) 63s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:17:12.395 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (6m) 63s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:17:12.395 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (6m) 63s ago 6m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:17:12.395 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (67s) 65s ago 67s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:17:12.395 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (66s) 63s ago 66s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:17:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:11 smithi192 bash[64054]: cluster 2024-01-16T17:17:10.933223+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:12.699 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:17:12.699 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:17:12.699 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:17:12.699 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:12.699 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:17:12.700 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:17:12.985 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:17:12.985 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:17:12.986 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:17:12.986 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:17:12.986 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:17:12.986 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:17:13.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:12 smithi053 bash[64029]: audit 2024-01-16T17:17:11.852937+0000 mgr.y (mgr.14142) 386 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:13.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:12 smithi053 bash[64029]: audit 2024-01-16T17:17:12.721393+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.53:0/2452128091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:13.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:12 smithi053 bash[67436]: audit 2024-01-16T17:17:11.852937+0000 mgr.y (mgr.14142) 386 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:13.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:12 smithi053 bash[67436]: audit 2024-01-16T17:17:12.721393+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.53:0/2452128091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:13.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:12 smithi192 bash[64054]: audit 2024-01-16T17:17:11.852937+0000 mgr.y (mgr.14142) 386 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:13.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:12 smithi192 bash[64054]: audit 2024-01-16T17:17:12.721393+0000 mon.c (mon.1) 36 : audit [DBG] from='client.? 172.21.15.53:0/2452128091' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[67436]: audit 2024-01-16T17:17:12.136416+0000 mgr.y (mgr.14142) 387 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[67436]: audit 2024-01-16T17:17:12.412543+0000 mgr.y (mgr.14142) 388 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[67436]: cluster 2024-01-16T17:17:12.933685+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[67436]: audit 2024-01-16T17:17:13.007379+0000 mgr.y (mgr.14142) 390 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[64029]: audit 2024-01-16T17:17:12.136416+0000 mgr.y (mgr.14142) 387 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[64029]: audit 2024-01-16T17:17:12.412543+0000 mgr.y (mgr.14142) 388 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[64029]: cluster 2024-01-16T17:17:12.933685+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:14.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:14 smithi053 bash[64029]: audit 2024-01-16T17:17:13.007379+0000 mgr.y (mgr.14142) 390 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:14 smithi192 bash[64054]: audit 2024-01-16T17:17:12.136416+0000 mgr.y (mgr.14142) 387 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:14 smithi192 bash[64054]: audit 2024-01-16T17:17:12.412543+0000 mgr.y (mgr.14142) 388 : audit [DBG] from='client.24865 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:14.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:14 smithi192 bash[64054]: cluster 2024-01-16T17:17:12.933685+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:14 smithi192 bash[64054]: audit 2024-01-16T17:17:13.007379+0000 mgr.y (mgr.14142) 390 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:16.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:16 smithi053 bash[67436]: cluster 2024-01-16T17:17:14.934286+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:16.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:16 smithi053 bash[64029]: cluster 2024-01-16T17:17:14.934286+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:16 smithi192 bash[64054]: cluster 2024-01-16T17:17:14.934286+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:18.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:18 smithi053 bash[67436]: cluster 2024-01-16T17:17:16.934806+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:18.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:18 smithi053 bash[64029]: cluster 2024-01-16T17:17:16.934806+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:18.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:18 smithi192 bash[64054]: cluster 2024-01-16T17:17:16.934806+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:20.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:20 smithi053 bash[64029]: cluster 2024-01-16T17:17:18.935334+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:20.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:20 smithi053 bash[67436]: cluster 2024-01-16T17:17:18.935334+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:20 smithi192 bash[64054]: cluster 2024-01-16T17:17:18.935334+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:22.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:22 smithi053 bash[64029]: cluster 2024-01-16T17:17:20.936010+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:22.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:22 smithi053 bash[67436]: cluster 2024-01-16T17:17:20.936010+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:22 smithi192 bash[64054]: cluster 2024-01-16T17:17:20.936010+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:24.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:23 smithi192 bash[64054]: cluster 2024-01-16T17:17:22.936551+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:24.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:23 smithi053 bash[67436]: cluster 2024-01-16T17:17:22.936551+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:24.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:23 smithi053 bash[64029]: cluster 2024-01-16T17:17:22.936551+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:26.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:25 smithi053 bash[64029]: cluster 2024-01-16T17:17:24.937193+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:26.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:25 smithi053 bash[67436]: cluster 2024-01-16T17:17:24.937193+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:26.262 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:17:25 smithi053 bash[85792]: time="2024-01-16T17:17:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:17:26.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:25 smithi192 bash[64054]: cluster 2024-01-16T17:17:24.937193+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:28.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:27 smithi053 bash[67436]: cluster 2024-01-16T17:17:26.937718+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:28.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:27 smithi053 bash[64029]: cluster 2024-01-16T17:17:26.937718+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:28.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:27 smithi192 bash[64054]: cluster 2024-01-16T17:17:26.937718+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:28.461 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:17:28 smithi192 bash[77080]: time="2024-01-16T17:17:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:17:30.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:29 smithi053 bash[64029]: cluster 2024-01-16T17:17:28.938377+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:30.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:30 smithi053 bash[67436]: cluster 2024-01-16T17:17:28.938377+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:30.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:30 smithi192 bash[64054]: cluster 2024-01-16T17:17:28.938377+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:32.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:32 smithi053 bash[64029]: cluster 2024-01-16T17:17:30.938908+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:32.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:32 smithi053 bash[67436]: cluster 2024-01-16T17:17:30.938908+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:32 smithi192 bash[64054]: cluster 2024-01-16T17:17:30.938908+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:34.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:33 smithi192 bash[64054]: cluster 2024-01-16T17:17:32.939434+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:34.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:33 smithi053 bash[64029]: cluster 2024-01-16T17:17:32.939434+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:34.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:33 smithi053 bash[67436]: cluster 2024-01-16T17:17:32.939434+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:36.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:35 smithi053 bash[67436]: cluster 2024-01-16T17:17:34.939991+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:35 smithi053 bash[64029]: cluster 2024-01-16T17:17:34.939991+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:35 smithi192 bash[64054]: cluster 2024-01-16T17:17:34.939991+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:38.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:37 smithi053 bash[67436]: cluster 2024-01-16T17:17:36.940463+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:38.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:37 smithi053 bash[64029]: cluster 2024-01-16T17:17:36.940463+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:37 smithi192 bash[64054]: cluster 2024-01-16T17:17:36.940463+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:40.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:40 smithi053 bash[67436]: cluster 2024-01-16T17:17:38.941013+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:40.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:40 smithi053 bash[64029]: cluster 2024-01-16T17:17:38.941013+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:40 smithi192 bash[64054]: cluster 2024-01-16T17:17:38.941013+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:42.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:42 smithi053 bash[67436]: cluster 2024-01-16T17:17:40.941561+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:42.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:42 smithi053 bash[64029]: cluster 2024-01-16T17:17:40.941561+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:42 smithi192 bash[64054]: cluster 2024-01-16T17:17:40.941561+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:43.292 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (4m) 95s ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (9m) 95s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (10m) 96s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (10m) 96s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:17:43.844 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (9m) 95s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (9m) 96s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 96s ago 7m prom/node-exporter 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 95s ago 7m prom/node-exporter 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (8m) 96s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (8m) 96s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (8m) 96s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (8m) 96s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (7m) 95s ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (7m) 95s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (7m) 95s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (7m) 95s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (7m) 95s ago 7m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (99s) 96s ago 99s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:17:43.845 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (98s) 95s ago 98s 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:17:44.152 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:17:44.153 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:17:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:43 smithi192 bash[64054]: cluster 2024-01-16T17:17:42.942214+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:44.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:43 smithi053 bash[67436]: cluster 2024-01-16T17:17:42.942214+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:44.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:43 smithi053 bash[64029]: cluster 2024-01-16T17:17:42.942214+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:17:44.436 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:17:45.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:44 smithi192 bash[64054]: audit 2024-01-16T17:17:43.303608+0000 mgr.y (mgr.14142) 406 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:44 smithi192 bash[64054]: audit 2024-01-16T17:17:43.586889+0000 mgr.y (mgr.14142) 407 : audit [DBG] from='client.24889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:44 smithi192 bash[64054]: audit 2024-01-16T17:17:43.863366+0000 mgr.y (mgr.14142) 408 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:44 smithi192 bash[64054]: audit 2024-01-16T17:17:44.174316+0000 mon.a (mon.0) 770 : audit [DBG] from='client.? 172.21.15.53:0/2019831002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:45.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[67436]: audit 2024-01-16T17:17:43.303608+0000 mgr.y (mgr.14142) 406 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[67436]: audit 2024-01-16T17:17:43.586889+0000 mgr.y (mgr.14142) 407 : audit [DBG] from='client.24889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[67436]: audit 2024-01-16T17:17:43.863366+0000 mgr.y (mgr.14142) 408 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[67436]: audit 2024-01-16T17:17:44.174316+0000 mon.a (mon.0) 770 : audit [DBG] from='client.? 172.21.15.53:0/2019831002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[64029]: audit 2024-01-16T17:17:43.303608+0000 mgr.y (mgr.14142) 406 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[64029]: audit 2024-01-16T17:17:43.586889+0000 mgr.y (mgr.14142) 407 : audit [DBG] from='client.24889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[64029]: audit 2024-01-16T17:17:43.863366+0000 mgr.y (mgr.14142) 408 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:45.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:44 smithi053 bash[64029]: audit 2024-01-16T17:17:44.174316+0000 mon.a (mon.0) 770 : audit [DBG] from='client.? 172.21.15.53:0/2019831002' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:17:46.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:45 smithi192 bash[64054]: audit 2024-01-16T17:17:44.458208+0000 mgr.y (mgr.14142) 409 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:46.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:45 smithi192 bash[64054]: cluster 2024-01-16T17:17:44.942919+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:46.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:45 smithi053 bash[67436]: audit 2024-01-16T17:17:44.458208+0000 mgr.y (mgr.14142) 409 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:46.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:45 smithi053 bash[67436]: cluster 2024-01-16T17:17:44.942919+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:46.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:45 smithi053 bash[64029]: audit 2024-01-16T17:17:44.458208+0000 mgr.y (mgr.14142) 409 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:17:46.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:45 smithi053 bash[64029]: cluster 2024-01-16T17:17:44.942919+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:48.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:47 smithi053 bash[67436]: cluster 2024-01-16T17:17:46.943294+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:47 smithi053 bash[64029]: cluster 2024-01-16T17:17:46.943294+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:48 smithi192 bash[64054]: cluster 2024-01-16T17:17:46.943294+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:50.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:50 smithi053 bash[67436]: cluster 2024-01-16T17:17:48.943968+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:50.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:50 smithi053 bash[64029]: cluster 2024-01-16T17:17:48.943968+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:50.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:50 smithi192 bash[64054]: cluster 2024-01-16T17:17:48.943968+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:52.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:52 smithi053 bash[67436]: cluster 2024-01-16T17:17:50.944431+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:52.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:52 smithi053 bash[64029]: cluster 2024-01-16T17:17:50.944431+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:52.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:52 smithi192 bash[64054]: cluster 2024-01-16T17:17:50.944431+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:53 smithi192 bash[64054]: cluster 2024-01-16T17:17:52.945101+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:53 smithi053 bash[67436]: cluster 2024-01-16T17:17:52.945101+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:54.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:53 smithi053 bash[64029]: cluster 2024-01-16T17:17:52.945101+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:56.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:56 smithi053 bash[67436]: cluster 2024-01-16T17:17:54.945670+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:56.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:56 smithi053 bash[64029]: cluster 2024-01-16T17:17:54.945670+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:56.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:56 smithi192 bash[64054]: cluster 2024-01-16T17:17:54.945670+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:58.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:17:58 smithi053 bash[67436]: cluster 2024-01-16T17:17:56.946234+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:58.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:17:58 smithi053 bash[64029]: cluster 2024-01-16T17:17:56.946234+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:17:58.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:17:58 smithi192 bash[64054]: cluster 2024-01-16T17:17:56.946234+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:00.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:00 smithi053 bash[67436]: cluster 2024-01-16T17:17:58.946836+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:00.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:00 smithi053 bash[64029]: cluster 2024-01-16T17:17:58.946836+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:00.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:00 smithi192 bash[64054]: cluster 2024-01-16T17:17:58.946836+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:02.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:02 smithi053 bash[67436]: cluster 2024-01-16T17:18:00.947412+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:02.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:02 smithi053 bash[64029]: cluster 2024-01-16T17:18:00.947412+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:02.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:02 smithi192 bash[64054]: cluster 2024-01-16T17:18:00.947412+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:03.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:03 smithi053 bash[85792]: time="2024-01-16T17:18:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:03 smithi192 bash[64054]: cluster 2024-01-16T17:18:02.948035+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:04.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:03 smithi053 bash[67436]: cluster 2024-01-16T17:18:02.948035+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:04.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:03 smithi053 bash[64029]: cluster 2024-01-16T17:18:02.948035+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:05.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:05 smithi192 bash[77080]: time="2024-01-16T17:18:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:06.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:06 smithi053 bash[64029]: cluster 2024-01-16T17:18:04.948576+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:06.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:06 smithi053 bash[67436]: cluster 2024-01-16T17:18:04.948576+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:06.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:06 smithi192 bash[64054]: cluster 2024-01-16T17:18:04.948576+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:08.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:08 smithi053 bash[64029]: cluster 2024-01-16T17:18:06.949123+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:08 smithi053 bash[67436]: cluster 2024-01-16T17:18:06.949123+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:08 smithi192 bash[64054]: cluster 2024-01-16T17:18:06.949123+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:10.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:10 smithi053 bash[67436]: cluster 2024-01-16T17:18:08.949604+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:10.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:10 smithi053 bash[64029]: cluster 2024-01-16T17:18:08.949604+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:10.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:10 smithi192 bash[64054]: cluster 2024-01-16T17:18:08.949604+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:12.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:12 smithi053 bash[67436]: cluster 2024-01-16T17:18:10.950162+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:12.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:12 smithi053 bash[64029]: cluster 2024-01-16T17:18:10.950162+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:12 smithi192 bash[64054]: cluster 2024-01-16T17:18:10.950162+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:14.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:13 smithi192 bash[64054]: cluster 2024-01-16T17:18:12.950895+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:14.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:13 smithi053 bash[67436]: cluster 2024-01-16T17:18:12.950895+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:14.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:13 smithi053 bash[64029]: cluster 2024-01-16T17:18:12.950895+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:14.744 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (4m) 2m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 2m ago 7m prom/node-exporter 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 2m ago 7m prom/node-exporter 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:18:15.298 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (8m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (7m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (7m) 2m ago 7m docker.io/prom/prometheus:latest 2a72b385beaf 61cb2cea5e72 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:18:15.299 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:15.602 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:18:15.603 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:18:15.603 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:18:15.603 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:18:15.883 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[64029]: audit 2024-01-16T17:18:14.756296+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[64029]: cluster 2024-01-16T17:18:14.951310+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[64029]: audit 2024-01-16T17:18:15.624564+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.53:0/4214938892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[67436]: audit 2024-01-16T17:18:14.756296+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[67436]: cluster 2024-01-16T17:18:14.951310+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:16.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:16 smithi053 bash[67436]: audit 2024-01-16T17:18:15.624564+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.53:0/4214938892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:16 smithi192 bash[64054]: audit 2024-01-16T17:18:14.756296+0000 mgr.y (mgr.14142) 425 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:16 smithi192 bash[64054]: cluster 2024-01-16T17:18:14.951310+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:16.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:16 smithi192 bash[64054]: audit 2024-01-16T17:18:15.624564+0000 mon.a (mon.0) 771 : audit [DBG] from='client.? 172.21.15.53:0/4214938892' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:17.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[67436]: audit 2024-01-16T17:18:15.040368+0000 mgr.y (mgr.14142) 427 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[67436]: audit 2024-01-16T17:18:15.317089+0000 mgr.y (mgr.14142) 428 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[67436]: audit 2024-01-16T17:18:15.905127+0000 mgr.y (mgr.14142) 429 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[64029]: audit 2024-01-16T17:18:15.040368+0000 mgr.y (mgr.14142) 427 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[64029]: audit 2024-01-16T17:18:15.317089+0000 mgr.y (mgr.14142) 428 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:17 smithi053 bash[64029]: audit 2024-01-16T17:18:15.905127+0000 mgr.y (mgr.14142) 429 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:17 smithi192 bash[64054]: audit 2024-01-16T17:18:15.040368+0000 mgr.y (mgr.14142) 427 : audit [DBG] from='client.24919 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:17 smithi192 bash[64054]: audit 2024-01-16T17:18:15.317089+0000 mgr.y (mgr.14142) 428 : audit [DBG] from='client.24925 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:17.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:17 smithi192 bash[64054]: audit 2024-01-16T17:18:15.905127+0000 mgr.y (mgr.14142) 429 : audit [DBG] from='client.24937 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:18.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:18 smithi053 bash[64029]: cluster 2024-01-16T17:18:16.951845+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:18.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:18 smithi053 bash[67436]: cluster 2024-01-16T17:18:16.951845+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:18.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:18 smithi192 bash[64054]: cluster 2024-01-16T17:18:16.951845+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:20.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:20 smithi053 bash[64029]: cluster 2024-01-16T17:18:18.952470+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:20.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:20 smithi053 bash[67436]: cluster 2024-01-16T17:18:18.952470+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:20 smithi192 bash[64054]: cluster 2024-01-16T17:18:18.952470+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:22.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:22 smithi053 bash[67436]: cluster 2024-01-16T17:18:20.953207+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:22.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:22 smithi053 bash[64029]: cluster 2024-01-16T17:18:20.953207+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:22 smithi192 bash[64054]: cluster 2024-01-16T17:18:20.953207+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:24.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:23 smithi192 bash[64054]: cluster 2024-01-16T17:18:22.954048+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:24.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:23 smithi053 bash[67436]: cluster 2024-01-16T17:18:22.954048+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:24.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:23 smithi053 bash[64029]: cluster 2024-01-16T17:18:22.954048+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:26.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:26 smithi053 bash[67436]: cluster 2024-01-16T17:18:24.954588+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:26.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:26 smithi053 bash[64029]: cluster 2024-01-16T17:18:24.954588+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:26.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:26 smithi192 bash[64054]: cluster 2024-01-16T17:18:24.954588+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:28.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:28 smithi053 bash[64029]: cluster 2024-01-16T17:18:26.955072+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:28.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:28 smithi053 bash[67436]: cluster 2024-01-16T17:18:26.955072+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:28.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:28 smithi192 bash[64054]: cluster 2024-01-16T17:18:26.955072+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:30.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:30 smithi053 bash[67436]: cluster 2024-01-16T17:18:28.955711+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:30.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:30 smithi053 bash[64029]: cluster 2024-01-16T17:18:28.955711+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:30.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:30 smithi192 bash[64054]: cluster 2024-01-16T17:18:28.955711+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:32.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:32 smithi053 bash[67436]: cluster 2024-01-16T17:18:30.956252+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:32.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:32 smithi053 bash[64029]: cluster 2024-01-16T17:18:30.956252+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:32 smithi192 bash[64054]: cluster 2024-01-16T17:18:30.956252+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:34.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:33 smithi192 bash[64054]: cluster 2024-01-16T17:18:32.956897+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:34.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:33 smithi053 bash[67436]: cluster 2024-01-16T17:18:32.956897+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:34.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:33 smithi053 bash[64029]: cluster 2024-01-16T17:18:32.956897+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:36.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:36 smithi053 bash[67436]: cluster 2024-01-16T17:18:34.957441+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:36.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:36 smithi053 bash[64029]: cluster 2024-01-16T17:18:34.957441+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:36 smithi192 bash[64054]: cluster 2024-01-16T17:18:34.957441+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:37.993 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:37 smithi053 bash[85792]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:18:38.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[67436]: cluster 2024-01-16T17:18:36.957956+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:38.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64029]: cluster 2024-01-16T17:18:36.957956+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:38 smithi192 bash[64054]: cluster 2024-01-16T17:18:36.957956+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[85792]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[85792]: Error: 3 errors occurred while pulling: 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[85792]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[85792]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[85792]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:18:39.011 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:38 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: debug 2024-01-16T17:18:38.847+0000 7f56dc40b700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.012 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:18:39.013 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: code, '\n'.join(err))) 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:39.014 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:18:39.015 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:18:38 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: cephadm 2024-01-16T17:18:38.848149+0000 mgr.y (mgr.14142) 441 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: cephadm 2024-01-16T17:18:38.848149+0000 mgr.y (mgr.14142) 441 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:18:40.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: code, '\n'.join(err))) 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.266 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: cephadm 2024-01-16T17:18:38.848252+0000 mgr.y (mgr.14142) 442 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.267 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: code, '\n'.join(err))) 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.268 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.269 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: Traceback (most recent call last): 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 4247, in 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 968, in _default_image 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 1974, in run 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: File "", line 696, in call_throws 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: cephadm 2024-01-16T17:18:38.849058+0000 mgr.y (mgr.14142) 443 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: cephadm 2024-01-16T17:18:38.850818+0000 mgr.y (mgr.14142) 444 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:18:40.270 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[64029]: cluster 2024-01-16T17:18:38.958506+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:18:40.271 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: cephadm 2024-01-16T17:18:38.848252+0000 mgr.y (mgr.14142) 442 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.272 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: Traceback (most recent call last): 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 4247, in 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 968, in _default_image 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 1974, in run 2024-01-16T17:18:40.273 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: File "", line 696, in call_throws 2024-01-16T17:18:40.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: cephadm 2024-01-16T17:18:38.849058+0000 mgr.y (mgr.14142) 443 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:18:40.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: cephadm 2024-01-16T17:18:38.850818+0000 mgr.y (mgr.14142) 444 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:18:40.274 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:40 smithi053 bash[67436]: cluster 2024-01-16T17:18:38.958506+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: cephadm 2024-01-16T17:18:38.848149+0000 mgr.y (mgr.14142) 441 : cephadm [ERR] cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.275 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: code, '\n'.join(err))) 2024-01-16T17:18:40.276 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.277 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: cephadm 2024-01-16T17:18:38.848252+0000 mgr.y (mgr.14142) 442 : cephadm [WRN] Failed to apply alertmanager spec ServiceSpec({'placement': PlacementSpec(count=1, hosts=[HostPlacementSpec(hostname='smithi053', network='', name='a')]), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False}): cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:16:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.278 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:17:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr time="2024-01-16T17:18:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: Traceback (most recent call last): 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 4247, in 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 968, in _default_image 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2508, in command_deploy 2024-01-16T17:18:40.279 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1535, in extract_uid_gid 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 1974, in run 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: File "", line 696, in call_throws 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: cephadm 2024-01-16T17:18:38.849058+0000 mgr.y (mgr.14142) 443 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: cephadm 2024-01-16T17:18:38.850818+0000 mgr.y (mgr.14142) 444 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:18:40.280 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[64054]: cluster 2024-01-16T17:18:38.958506+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 systemd[1]: Stopping Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.640Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T17:18:40.806 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T17:18:40.807 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 bash[74666]: ts=2024-01-16T17:18:40.641Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T17:18:41.058 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:40 smithi192 podman[77238]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a 2024-01-16T17:18:41.058 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a.service: Succeeded. 2024-01-16T17:18:41.058 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 systemd[1]: Stopped Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:41.059 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 systemd[1]: Starting Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:18:41.059 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 podman[77280]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 systemd[1]: Started Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z 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-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi192 (none))" 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.445Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T17:18:41.430 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.447Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.447Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.448Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.448Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.450Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.450Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.542µs 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.450Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.450Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.450Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.451Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.909µs wal_replay_duration=326.89µs wbl_replay_duration=140ns total_replay_duration=375.351µs 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=615.803µs db_storage=828ns remote_storage=1.033µs web_handler=719ns query_engine=599ns scrape=365.929µs scrape_sd=23.065µs notify=608ns notify_sd=1.034µs rules=35.165µs tracing=5.72µs 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T17:18:41.431 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:18:41 smithi192 bash[77295]: ts=2024-01-16T17:18:41.452Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T17:18:42.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[67436]: cluster 2024-01-16T17:18:40.959056+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[64029]: cluster 2024-01-16T17:18:40.959056+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[67436]: audit 2024-01-16T17:18:41.097570+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:18:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[67436]: audit 2024-01-16T17:18:41.100540+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:18:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[67436]: audit 2024-01-16T17:18:41.101414+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T17:18:42.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[67436]: audit 2024-01-16T17:18:41.105317+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T17:18:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[64029]: audit 2024-01-16T17:18:41.097570+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:18:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[64029]: audit 2024-01-16T17:18:41.100540+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:18:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[64029]: audit 2024-01-16T17:18:41.101414+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T17:18:42.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:42 smithi053 bash[64029]: audit 2024-01-16T17:18:41.105317+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T17:18:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:42 smithi192 bash[64054]: cluster 2024-01-16T17:18:40.959056+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:42 smithi192 bash[64054]: audit 2024-01-16T17:18:41.097570+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:18:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:42 smithi192 bash[64054]: audit 2024-01-16T17:18:41.100540+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"6992342d6cf8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679856\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:08:31.458748\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:26.249793\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:18:42.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:42 smithi192 bash[64054]: audit 2024-01-16T17:18:41.101414+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T17:18:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:42 smithi192 bash[64054]: audit 2024-01-16T17:18:41.105317+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi192:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T17:18:43.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:43 smithi053 bash[67436]: cephadm 2024-01-16T17:18:41.101171+0000 mgr.y (mgr.14142) 447 : cephadm [INF] Setting dashboard grafana config to https://smithi192:3000 2024-01-16T17:18:43.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:43 smithi053 bash[67436]: cephadm 2024-01-16T17:18:41.107508+0000 mgr.y (mgr.14142) 448 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:18:43.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:43 smithi053 bash[64029]: cephadm 2024-01-16T17:18:41.101171+0000 mgr.y (mgr.14142) 447 : cephadm [INF] Setting dashboard grafana config to https://smithi192:3000 2024-01-16T17:18:43.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:43 smithi053 bash[64029]: cephadm 2024-01-16T17:18:41.107508+0000 mgr.y (mgr.14142) 448 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:18:43.393 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[64054]: cephadm 2024-01-16T17:18:41.101171+0000 mgr.y (mgr.14142) 447 : cephadm [INF] Setting dashboard grafana config to https://smithi192:3000 2024-01-16T17:18:43.393 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[64054]: cephadm 2024-01-16T17:18:41.107508+0000 mgr.y (mgr.14142) 448 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:18:43.393 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:18:43.393 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:18:43.393 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: Error: 3 errors occurred while pulling: 2024-01-16T17:18:43.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:18:43.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:18:43.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 bash[77080]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:18:43.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:18:43.710 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:43 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T17:18:44.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:44 smithi053 bash[67436]: cluster 2024-01-16T17:18:42.959517+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:44.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:44 smithi053 bash[64029]: cluster 2024-01-16T17:18:42.959517+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:44.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:44 smithi192 bash[64054]: cluster 2024-01-16T17:18:42.959517+0000 mgr.y (mgr.14142) 449 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:46.197 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:18:46.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:46 smithi053 bash[67436]: cluster 2024-01-16T17:18:44.960191+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:46.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:46 smithi053 bash[64029]: cluster 2024-01-16T17:18:44.960191+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:46 smithi192 bash[64054]: cluster 2024-01-16T17:18:44.960191+0000 mgr.y (mgr.14142) 450 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (5m) 2m ago 5m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:18:46.795 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 2m ago 8m prom/node-exporter 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 2m ago 8m prom/node-exporter 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (9m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (8m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running - - 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:18:46.796 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:18:47.129 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:18:47.130 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:18:47.434 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[64029]: audit 2024-01-16T17:18:46.207543+0000 mgr.y (mgr.14142) 451 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[64029]: audit 2024-01-16T17:18:46.526228+0000 mgr.y (mgr.14142) 452 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[64029]: audit 2024-01-16T17:18:46.814844+0000 mgr.y (mgr.14142) 453 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[64029]: cluster 2024-01-16T17:18:46.960600+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[64029]: audit 2024-01-16T17:18:47.152124+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.53:0/2294322178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[67436]: audit 2024-01-16T17:18:46.207543+0000 mgr.y (mgr.14142) 451 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[67436]: audit 2024-01-16T17:18:46.526228+0000 mgr.y (mgr.14142) 452 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[67436]: audit 2024-01-16T17:18:46.814844+0000 mgr.y (mgr.14142) 453 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[67436]: cluster 2024-01-16T17:18:46.960600+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:48.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:48 smithi053 bash[67436]: audit 2024-01-16T17:18:47.152124+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.53:0/2294322178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:48 smithi192 bash[64054]: audit 2024-01-16T17:18:46.207543+0000 mgr.y (mgr.14142) 451 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:48 smithi192 bash[64054]: audit 2024-01-16T17:18:46.526228+0000 mgr.y (mgr.14142) 452 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:48 smithi192 bash[64054]: audit 2024-01-16T17:18:46.814844+0000 mgr.y (mgr.14142) 453 : audit [DBG] from='client.24955 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:48 smithi192 bash[64054]: cluster 2024-01-16T17:18:46.960600+0000 mgr.y (mgr.14142) 454 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:48.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:48 smithi192 bash[64054]: audit 2024-01-16T17:18:47.152124+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.53:0/2294322178' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:18:49.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:49 smithi192 bash[64054]: audit 2024-01-16T17:18:47.456094+0000 mgr.y (mgr.14142) 455 : audit [DBG] from='client.24967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:49.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:49 smithi053 bash[67436]: audit 2024-01-16T17:18:47.456094+0000 mgr.y (mgr.14142) 455 : audit [DBG] from='client.24967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:49.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:49 smithi053 bash[64029]: audit 2024-01-16T17:18:47.456094+0000 mgr.y (mgr.14142) 455 : audit [DBG] from='client.24967 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 3. 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 systemd[1]: Stopped Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 systemd[1]: Starting Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 podman[86503]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:18:49.511 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 systemd[1]: Started Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:49.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 bash[86519]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:49.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:18:49 smithi053 bash[86519]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:18:50.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:50 smithi192 bash[64054]: cluster 2024-01-16T17:18:48.961133+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:50.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:50 smithi053 bash[67436]: cluster 2024-01-16T17:18:48.961133+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:50.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:50 smithi053 bash[64029]: cluster 2024-01-16T17:18:48.961133+0000 mgr.y (mgr.14142) 456 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:51.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:51 smithi192 bash[64054]: cluster 2024-01-16T17:18:50.961672+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:51.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:51 smithi053 bash[67436]: cluster 2024-01-16T17:18:50.961672+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:51.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:51 smithi053 bash[64029]: cluster 2024-01-16T17:18:50.961672+0000 mgr.y (mgr.14142) 457 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 3. 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 systemd[1]: Starting Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 podman[77348]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.b" found: no such container 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 systemd[1]: Started Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 bash[77364]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:18:53.910 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:18:53 smithi192 bash[77364]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:18:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:53 smithi192 bash[64054]: cluster 2024-01-16T17:18:52.962141+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:54.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:53 smithi053 bash[67436]: cluster 2024-01-16T17:18:52.962141+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:54.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:53 smithi053 bash[64029]: cluster 2024-01-16T17:18:52.962141+0000 mgr.y (mgr.14142) 458 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:56.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:56 smithi053 bash[67436]: cluster 2024-01-16T17:18:54.962608+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:56.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:56 smithi053 bash[64029]: cluster 2024-01-16T17:18:54.962608+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:56 smithi192 bash[64054]: cluster 2024-01-16T17:18:54.962608+0000 mgr.y (mgr.14142) 459 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:58.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:18:58 smithi053 bash[67436]: cluster 2024-01-16T17:18:56.963061+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:58.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:18:58 smithi053 bash[64029]: cluster 2024-01-16T17:18:56.963061+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:18:58.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:18:58 smithi192 bash[64054]: cluster 2024-01-16T17:18:56.963061+0000 mgr.y (mgr.14142) 460 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:00.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:00 smithi053 bash[67436]: cluster 2024-01-16T17:18:58.963477+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:00.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:00 smithi053 bash[64029]: cluster 2024-01-16T17:18:58.963477+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:00.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:00 smithi192 bash[64054]: cluster 2024-01-16T17:18:58.963477+0000 mgr.y (mgr.14142) 461 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:02.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:02 smithi053 bash[67436]: cluster 2024-01-16T17:19:00.963899+0000 mgr.y (mgr.14142) 462 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:02.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:02 smithi053 bash[64029]: cluster 2024-01-16T17:19:00.963899+0000 mgr.y (mgr.14142) 462 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:02.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:02 smithi192 bash[64054]: cluster 2024-01-16T17:19:00.963899+0000 mgr.y (mgr.14142) 462 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:03 smithi192 bash[64054]: cluster 2024-01-16T17:19:02.964470+0000 mgr.y (mgr.14142) 463 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:04.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:03 smithi053 bash[67436]: cluster 2024-01-16T17:19:02.964470+0000 mgr.y (mgr.14142) 463 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:04.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:03 smithi053 bash[64029]: cluster 2024-01-16T17:19:02.964470+0000 mgr.y (mgr.14142) 463 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:06.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:06 smithi053 bash[67436]: cluster 2024-01-16T17:19:04.964930+0000 mgr.y (mgr.14142) 464 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:06.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:06 smithi053 bash[64029]: cluster 2024-01-16T17:19:04.964930+0000 mgr.y (mgr.14142) 464 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:06 smithi192 bash[64054]: cluster 2024-01-16T17:19:04.964930+0000 mgr.y (mgr.14142) 464 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[67436]: cluster 2024-01-16T17:19:06.965266+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[67436]: audit 2024-01-16T17:19:07.576784+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T17:19:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[67436]: audit 2024-01-16T17:19:07.579406+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T17:19:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[67436]: audit 2024-01-16T17:19:07.579887+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:19:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[64029]: cluster 2024-01-16T17:19:06.965266+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[64029]: audit 2024-01-16T17:19:07.576784+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T17:19:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[64029]: audit 2024-01-16T17:19:07.579406+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T17:19:08.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:08 smithi053 bash[64029]: audit 2024-01-16T17:19:07.579887+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:19:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:08 smithi192 bash[64054]: cluster 2024-01-16T17:19:06.965266+0000 mgr.y (mgr.14142) 465 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:08 smithi192 bash[64054]: audit 2024-01-16T17:19:07.576784+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T17:19:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:08 smithi192 bash[64054]: audit 2024-01-16T17:19:07.579406+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T17:19:08.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:08 smithi192 bash[64054]: audit 2024-01-16T17:19:07.579887+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[67436]: cephadm 2024-01-16T17:19:07.579691+0000 mgr.y (mgr.14142) 466 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[67436]: cephadm 2024-01-16T17:19:07.580582+0000 mgr.y (mgr.14142) 467 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[67436]: cephadm 2024-01-16T17:19:07.580671+0000 mgr.y (mgr.14142) 468 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[67436]: cephadm 2024-01-16T17:19:07.786206+0000 mgr.y (mgr.14142) 469 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi192 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[64029]: cephadm 2024-01-16T17:19:07.579691+0000 mgr.y (mgr.14142) 466 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[64029]: cephadm 2024-01-16T17:19:07.580582+0000 mgr.y (mgr.14142) 467 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[64029]: cephadm 2024-01-16T17:19:07.580671+0000 mgr.y (mgr.14142) 468 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T17:19:09.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:09 smithi053 bash[64029]: cephadm 2024-01-16T17:19:07.786206+0000 mgr.y (mgr.14142) 469 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi192 2024-01-16T17:19:09.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:09 smithi192 bash[64054]: cephadm 2024-01-16T17:19:07.579691+0000 mgr.y (mgr.14142) 466 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T17:19:09.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:09 smithi192 bash[64054]: cephadm 2024-01-16T17:19:07.580582+0000 mgr.y (mgr.14142) 467 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T17:19:09.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:09 smithi192 bash[64054]: cephadm 2024-01-16T17:19:07.580671+0000 mgr.y (mgr.14142) 468 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T17:19:09.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:09 smithi192 bash[64054]: cephadm 2024-01-16T17:19:07.786206+0000 mgr.y (mgr.14142) 469 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi192 2024-01-16T17:19:10.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:10 smithi053 bash[67436]: cluster 2024-01-16T17:19:08.966046+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:10.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:10 smithi053 bash[64029]: cluster 2024-01-16T17:19:08.966046+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:10.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:10 smithi192 bash[64054]: cluster 2024-01-16T17:19:08.966046+0000 mgr.y (mgr.14142) 470 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:12.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:12 smithi192 bash[64054]: cluster 2024-01-16T17:19:10.966663+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:12.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:12 smithi053 bash[67436]: cluster 2024-01-16T17:19:10.966663+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:12.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:12 smithi053 bash[64029]: cluster 2024-01-16T17:19:10.966663+0000 mgr.y (mgr.14142) 471 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:14.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:13 smithi192 bash[64054]: cluster 2024-01-16T17:19:12.967232+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:14.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:13 smithi053 bash[64029]: cluster 2024-01-16T17:19:12.967232+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:14.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:13 smithi053 bash[67436]: cluster 2024-01-16T17:19:12.967232+0000 mgr.y (mgr.14142) 472 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:16.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:16 smithi053 bash[64029]: cluster 2024-01-16T17:19:14.967960+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:16.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:16 smithi053 bash[67436]: cluster 2024-01-16T17:19:14.967960+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:16.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:16 smithi192 bash[64054]: cluster 2024-01-16T17:19:14.967960+0000 mgr.y (mgr.14142) 473 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:17.748 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:19:18.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:18 smithi053 bash[67436]: cluster 2024-01-16T17:19:16.968583+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:18.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:18 smithi053 bash[64029]: cluster 2024-01-16T17:19:16.968583+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:18.304 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (5m) 3m ago 5m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 3m ago 8m prom/node-exporter 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 3m ago 8m prom/node-exporter 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:19:18.305 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (9m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running - - 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:19:18.306 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:19:18.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:18 smithi192 bash[64054]: cluster 2024-01-16T17:19:16.968583+0000 mgr.y (mgr.14142) 474 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:19:18.608 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:19:18.609 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:18.609 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:19:18.609 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:19:18.609 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:19:18.609 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:19:18.889 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:19:18.889 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:19:18.889 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:19:18.889 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:19:18.890 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:19:18.890 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:19:19.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:19 smithi053 bash[67436]: audit 2024-01-16T17:19:17.759229+0000 mgr.y (mgr.14142) 475 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:19.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:19 smithi053 bash[67436]: audit 2024-01-16T17:19:18.630961+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.53:0/237196277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:19.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:19 smithi053 bash[64029]: audit 2024-01-16T17:19:17.759229+0000 mgr.y (mgr.14142) 475 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:19.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:19 smithi053 bash[64029]: audit 2024-01-16T17:19:18.630961+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.53:0/237196277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:19.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:19 smithi192 bash[64054]: audit 2024-01-16T17:19:17.759229+0000 mgr.y (mgr.14142) 475 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:19.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:19 smithi192 bash[64054]: audit 2024-01-16T17:19:18.630961+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.53:0/237196277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:20 smithi192 bash[64054]: audit 2024-01-16T17:19:18.046193+0000 mgr.y (mgr.14142) 476 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:20 smithi192 bash[64054]: audit 2024-01-16T17:19:18.324180+0000 mgr.y (mgr.14142) 477 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:20 smithi192 bash[64054]: audit 2024-01-16T17:19:18.912110+0000 mgr.y (mgr.14142) 478 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:20 smithi192 bash[64054]: cluster 2024-01-16T17:19:18.969169+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[67436]: audit 2024-01-16T17:19:18.046193+0000 mgr.y (mgr.14142) 476 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[67436]: audit 2024-01-16T17:19:18.324180+0000 mgr.y (mgr.14142) 477 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[67436]: audit 2024-01-16T17:19:18.912110+0000 mgr.y (mgr.14142) 478 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[67436]: cluster 2024-01-16T17:19:18.969169+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[64029]: audit 2024-01-16T17:19:18.046193+0000 mgr.y (mgr.14142) 476 : audit [DBG] from='client.24979 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[64029]: audit 2024-01-16T17:19:18.324180+0000 mgr.y (mgr.14142) 477 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[64029]: audit 2024-01-16T17:19:18.912110+0000 mgr.y (mgr.14142) 478 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:20.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:20 smithi053 bash[64029]: cluster 2024-01-16T17:19:18.969169+0000 mgr.y (mgr.14142) 479 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:22 smithi192 bash[64054]: cluster 2024-01-16T17:19:20.969826+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:22.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:22 smithi053 bash[64029]: cluster 2024-01-16T17:19:20.969826+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:22.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:22 smithi053 bash[67436]: cluster 2024-01-16T17:19:20.969826+0000 mgr.y (mgr.14142) 480 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:24.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:23 smithi192 bash[64054]: cluster 2024-01-16T17:19:22.970554+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:24.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:23 smithi053 bash[64029]: cluster 2024-01-16T17:19:22.970554+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:24.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:23 smithi053 bash[67436]: cluster 2024-01-16T17:19:22.970554+0000 mgr.y (mgr.14142) 481 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:26.003 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:19:25 smithi053 bash[86519]: time="2024-01-16T17:19:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:19:26.003 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:26 smithi053 bash[64029]: cluster 2024-01-16T17:19:24.971172+0000 mgr.y (mgr.14142) 482 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:26.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:26 smithi053 bash[67436]: cluster 2024-01-16T17:19:24.971172+0000 mgr.y (mgr.14142) 482 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:26.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:26 smithi192 bash[64054]: cluster 2024-01-16T17:19:24.971172+0000 mgr.y (mgr.14142) 482 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:28.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:28 smithi053 bash[64029]: cluster 2024-01-16T17:19:26.971721+0000 mgr.y (mgr.14142) 483 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:28.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:28 smithi053 bash[67436]: cluster 2024-01-16T17:19:26.971721+0000 mgr.y (mgr.14142) 483 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:28.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:28 smithi192 bash[64054]: cluster 2024-01-16T17:19:26.971721+0000 mgr.y (mgr.14142) 483 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:30.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:30 smithi053 bash[67436]: cluster 2024-01-16T17:19:28.972290+0000 mgr.y (mgr.14142) 484 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:30.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:30 smithi053 bash[64029]: cluster 2024-01-16T17:19:28.972290+0000 mgr.y (mgr.14142) 484 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:30.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:30 smithi192 bash[64054]: cluster 2024-01-16T17:19:28.972290+0000 mgr.y (mgr.14142) 484 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:30.460 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:19:29 smithi192 bash[77364]: time="2024-01-16T17:19:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:19:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:32 smithi192 bash[64054]: cluster 2024-01-16T17:19:30.972904+0000 mgr.y (mgr.14142) 485 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:32.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:32 smithi053 bash[67436]: cluster 2024-01-16T17:19:30.972904+0000 mgr.y (mgr.14142) 485 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:32.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:32 smithi053 bash[64029]: cluster 2024-01-16T17:19:30.972904+0000 mgr.y (mgr.14142) 485 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:34.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:33 smithi192 bash[64054]: cluster 2024-01-16T17:19:32.973591+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:34.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:33 smithi053 bash[67436]: cluster 2024-01-16T17:19:32.973591+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:34.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:33 smithi053 bash[64029]: cluster 2024-01-16T17:19:32.973591+0000 mgr.y (mgr.14142) 486 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:36.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:36 smithi053 bash[67436]: cluster 2024-01-16T17:19:34.974319+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:36.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:36 smithi053 bash[64029]: cluster 2024-01-16T17:19:34.974319+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:36 smithi192 bash[64054]: cluster 2024-01-16T17:19:34.974319+0000 mgr.y (mgr.14142) 487 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:38.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:38 smithi053 bash[67436]: cluster 2024-01-16T17:19:36.974857+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:38.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:38 smithi053 bash[64029]: cluster 2024-01-16T17:19:36.974857+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:38.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:38 smithi192 bash[64054]: cluster 2024-01-16T17:19:36.974857+0000 mgr.y (mgr.14142) 488 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:40.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:40 smithi192 bash[64054]: cluster 2024-01-16T17:19:38.975464+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:40.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:40 smithi053 bash[64029]: cluster 2024-01-16T17:19:38.975464+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:40.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:40 smithi053 bash[67436]: cluster 2024-01-16T17:19:38.975464+0000 mgr.y (mgr.14142) 489 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: cluster 2024-01-16T17:19:40.976074+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: audit 2024-01-16T17:19:41.357924+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: audit 2024-01-16T17:19:41.363599+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: audit 2024-01-16T17:19:41.364453+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: audit 2024-01-16T17:19:41.365211+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:19:42.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:42 smithi192 bash[64054]: audit 2024-01-16T17:19:41.366238+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:19:42.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: cluster 2024-01-16T17:19:40.976074+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: audit 2024-01-16T17:19:41.357924+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: audit 2024-01-16T17:19:41.363599+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: audit 2024-01-16T17:19:41.364453+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: audit 2024-01-16T17:19:41.365211+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[67436]: audit 2024-01-16T17:19:41.366238+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: cluster 2024-01-16T17:19:40.976074+0000 mgr.y (mgr.14142) 490 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: audit 2024-01-16T17:19:41.357924+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: audit 2024-01-16T17:19:41.363599+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: audit 2024-01-16T17:19:41.364453+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T17:19:42.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: audit 2024-01-16T17:19:41.365211+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:19:42.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:42 smithi053 bash[64029]: audit 2024-01-16T17:19:41.366238+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T17:19:42.710 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:42 smithi192 systemd[1]: Stopping Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:19:43.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:43 smithi192 bash[64054]: cephadm 2024-01-16T17:19:41.357506+0000 mgr.y (mgr.14142) 491 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T17:19:43.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:43 smithi192 bash[64054]: cephadm 2024-01-16T17:19:41.357574+0000 mgr.y (mgr.14142) 492 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T17:19:43.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:43 smithi192 bash[64054]: cephadm 2024-01-16T17:19:41.365827+0000 mgr.y (mgr.14142) 493 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:19:43.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[67436]: cephadm 2024-01-16T17:19:41.357506+0000 mgr.y (mgr.14142) 491 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T17:19:43.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[67436]: cephadm 2024-01-16T17:19:41.357574+0000 mgr.y (mgr.14142) 492 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T17:19:43.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[67436]: cephadm 2024-01-16T17:19:41.365827+0000 mgr.y (mgr.14142) 493 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:19:43.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[64029]: cephadm 2024-01-16T17:19:41.357506+0000 mgr.y (mgr.14142) 491 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T17:19:43.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[64029]: cephadm 2024-01-16T17:19:41.357574+0000 mgr.y (mgr.14142) 492 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T17:19:43.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:43 smithi053 bash[64029]: cephadm 2024-01-16T17:19:41.365827+0000 mgr.y (mgr.14142) 493 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:19:44.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:44 smithi192 bash[64054]: cluster 2024-01-16T17:19:42.976667+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:44.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:44 smithi053 bash[67436]: cluster 2024-01-16T17:19:42.976667+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:44.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:44 smithi053 bash[64029]: cluster 2024-01-16T17:19:42.976667+0000 mgr.y (mgr.14142) 494 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:45.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:45 smithi192 bash[64054]: cluster 2024-01-16T17:19:44.977293+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:45.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:45 smithi053 bash[64029]: cluster 2024-01-16T17:19:44.977293+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:45.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:45 smithi053 bash[67436]: cluster 2024-01-16T17:19:44.977293+0000 mgr.y (mgr.14142) 495 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:48.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:48 smithi053 bash[67436]: cluster 2024-01-16T17:19:46.977725+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:48.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:48 smithi053 bash[64029]: cluster 2024-01-16T17:19:46.977725+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:48.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:48 smithi192 bash[64054]: cluster 2024-01-16T17:19:46.977725+0000 mgr.y (mgr.14142) 496 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:49.197 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:19:49.748 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:19:49.748 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (6m) 3m ago 6m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6992342d6cf8 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (12m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 3m ago 9m prom/node-exporter 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 error 3m ago 9m prom/node-exporter 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (10m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (9m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:19:49.749 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:19:49.750 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running - - 2024-01-16T17:19:49.750 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:19:49.750 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:19:50.054 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:19:50.055 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:19:50.334 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:19:50.335 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:19:50.335 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:19:50.335 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:19:50.335 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:19:50.335 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:19:50.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:50 smithi192 bash[64054]: cluster 2024-01-16T17:19:48.978276+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:50.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:50 smithi053 bash[67436]: cluster 2024-01-16T17:19:48.978276+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:50.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:50 smithi053 bash[64029]: cluster 2024-01-16T17:19:48.978276+0000 mgr.y (mgr.14142) 497 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:51.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:51 smithi192 bash[64054]: audit 2024-01-16T17:19:49.209104+0000 mgr.y (mgr.14142) 498 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:51 smithi192 bash[64054]: audit 2024-01-16T17:19:49.489836+0000 mgr.y (mgr.14142) 499 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:51 smithi192 bash[64054]: audit 2024-01-16T17:19:49.768304+0000 mgr.y (mgr.14142) 500 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:51 smithi192 bash[64054]: audit 2024-01-16T17:19:50.077607+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.53:0/4036303179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:51.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[64029]: audit 2024-01-16T17:19:49.209104+0000 mgr.y (mgr.14142) 498 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[64029]: audit 2024-01-16T17:19:49.489836+0000 mgr.y (mgr.14142) 499 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[64029]: audit 2024-01-16T17:19:49.768304+0000 mgr.y (mgr.14142) 500 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[64029]: audit 2024-01-16T17:19:50.077607+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.53:0/4036303179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:51.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[67436]: audit 2024-01-16T17:19:49.209104+0000 mgr.y (mgr.14142) 498 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[67436]: audit 2024-01-16T17:19:49.489836+0000 mgr.y (mgr.14142) 499 : audit [DBG] from='client.25009 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[67436]: audit 2024-01-16T17:19:49.768304+0000 mgr.y (mgr.14142) 500 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:51.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:51 smithi053 bash[67436]: audit 2024-01-16T17:19:50.077607+0000 mon.a (mon.0) 784 : audit [DBG] from='client.? 172.21.15.53:0/4036303179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:19:52.310 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:52 smithi192 bash[64054]: audit 2024-01-16T17:19:50.357391+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:52.310 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:52 smithi192 bash[64054]: cluster 2024-01-16T17:19:50.978922+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:52.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:52 smithi053 bash[67436]: audit 2024-01-16T17:19:50.357391+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:52.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:52 smithi053 bash[67436]: cluster 2024-01-16T17:19:50.978922+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:52.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:52 smithi053 bash[64029]: audit 2024-01-16T17:19:50.357391+0000 mgr.y (mgr.14142) 501 : audit [DBG] from='client.25027 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:19:52.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:52 smithi053 bash[64029]: cluster 2024-01-16T17:19:50.978922+0000 mgr.y (mgr.14142) 502 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:52.653 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 podman[77607]: time="2024-01-16T17:19:52Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-16T17:19:52.653 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 podman[77607]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x 2024-01-16T17:19:52.945 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-16T17:19:52.945 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-16T17:19:52.945 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 systemd[1]: Stopped Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:19:52.946 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 systemd[1]: Starting Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:19:52.946 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 podman[77686]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-16T17:19:52.946 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:52 smithi192 systemd[1]: Started Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:19:53.209 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[77702]: debug 2024-01-16T17:19:53.123+0000 7f9754fa6700 1 -- 172.21.15.192:0/3975696804 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5609330284e0 con 0x560932fff400 2024-01-16T17:19:53.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[64054]: audit 2024-01-16T17:19:52.871795+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:19:53.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[64054]: audit 2024-01-16T17:19:52.875565+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:19:53.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:53 smithi053 bash[67436]: audit 2024-01-16T17:19:52.871795+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:19:53.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:53 smithi053 bash[67436]: audit 2024-01-16T17:19:52.875565+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:19:53.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:53 smithi053 bash[64029]: audit 2024-01-16T17:19:52.871795+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]: dispatch 2024-01-16T17:19:53.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:53 smithi053 bash[64029]: audit 2024-01-16T17:19:52.875565+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:07:55.461434\"}"}]': finished 2024-01-16T17:19:53.644 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[77702]: debug 2024-01-16T17:19:53.249+0000 7f976559e680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T17:19:53.644 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[77702]: debug 2024-01-16T17:19:53.335+0000 7f976559e680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T17:19:53.959 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:53 smithi192 bash[77702]: debug 2024-01-16T17:19:53.736+0000 7f976559e680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T17:19:54.302 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: cluster 2024-01-16T17:19:52.979424+0000 mgr.y (mgr.14142) 503 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:54.302 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: audit 2024-01-16T17:19:53.116609+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]: dispatch 2024-01-16T17:19:54.302 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: audit 2024-01-16T17:19:53.119330+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]': finished 2024-01-16T17:19:54.302 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: audit 2024-01-16T17:19:53.327676+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:54.303 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: audit 2024-01-16T17:19:53.330452+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:54.303 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[64054]: audit 2024-01-16T17:19:53.331005+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:19:54.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: cluster 2024-01-16T17:19:52.979424+0000 mgr.y (mgr.14142) 503 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:54.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: cluster 2024-01-16T17:19:52.979424+0000 mgr.y (mgr.14142) 503 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:54.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: audit 2024-01-16T17:19:53.116609+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]: dispatch 2024-01-16T17:19:54.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: audit 2024-01-16T17:19:53.116609+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]: dispatch 2024-01-16T17:19:54.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: audit 2024-01-16T17:19:53.119330+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]': finished 2024-01-16T17:19:54.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: audit 2024-01-16T17:19:53.119330+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903579\", \"created\": \"2024-01-16T17:06:48.745983\", \"started\": \"2024-01-16T17:06:52.061452\"}, \"mgr.y\": {\"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903656\", \"created\": \"2024-01-16T17:06:53.213896\", \"started\": \"2024-01-16T17:06:53.244831\"}, \"mon.c\": {\"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903690\", \"created\": \"2024-01-16T17:08:03.279534\", \"started\": \"2024-01-16T17:08:03.311191\"}, \"osd.0\": {\"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903720\", \"created\": \"2024-01-16T17:08:41.487791\", \"started\": \"2024-01-16T17:08:55.465241\"}, \"osd.1\": {\"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903748\", \"created\": \"2024-01-16T17:08:55.973509\", \"started\": \"2024-01-16T17:09:09.654710\"}, \"osd.2\": {\"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:06.903777\", \"created\": \"2024-01-16T17:09:10.177233\", \"started\": \"2024-01-16T17:09:23.643423\"}, \"osd.3\": {\"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-16T17:16:06.903806\", \"created\": \"2024-01-16T17:09:23.922966\", \"started\": \"2024-01-16T17:09:25.057255\"}, \"node-exporter.a\": {\"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:06.903835\", \"created\": \"2024-01-16T17:10:40.162474\"}, \"rgw.r.z.smithi053.mkddcp\": {\"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:06.903853\", \"created\": \"2024-01-16T17:16:04.433131\", \"started\": \"2024-01-16T17:16:04.466241\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480\"}}, \"last_daemon_update\": \"2024-01-16T17:16:06.903946\", \"last_device_update\": \"2024-01-16T17:09:27.646726\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.53\"]}, \"last_host_check\": \"2024-01-16T17:19:53.115858\"}"}]': finished 2024-01-16T17:19:54.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: audit 2024-01-16T17:19:53.327676+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:54.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: audit 2024-01-16T17:19:53.327676+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:54.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: audit 2024-01-16T17:19:53.330452+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:54.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[64029]: audit 2024-01-16T17:19:53.331005+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:19:54.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: audit 2024-01-16T17:19:53.330452+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679763\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679921\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679960\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.679994\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:16:08.680027\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": -1, \"status_desc\": \"unknown\", \"last_refresh\": \"2024-01-16T17:16:08.680094\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:16:08.680115\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:16:08.680148\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:54.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:54 smithi053 bash[67436]: audit 2024-01-16T17:19:53.331005+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T17:19:54.639 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[77702]: debug 2024-01-16T17:19:54.562+0000 7f976559e680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T17:19:54.954 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[77702]: debug 2024-01-16T17:19:54.661+0000 7f976559e680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T17:19:54.954 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:54 smithi192 bash[77702]: debug 2024-01-16T17:19:54.886+0000 7f976559e680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T17:19:55.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:55 smithi192 bash[64054]: cluster 2024-01-16T17:19:54.980010+0000 mgr.y (mgr.14142) 504 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:55.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:55 smithi053 bash[67436]: cluster 2024-01-16T17:19:54.980010+0000 mgr.y (mgr.14142) 504 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:55.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:55 smithi053 bash[64029]: cluster 2024-01-16T17:19:54.980010+0000 mgr.y (mgr.14142) 504 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:56.175 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:55 smithi192 bash[77702]: debug 2024-01-16T17:19:55.899+0000 7f976559e680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T17:19:56.175 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.027+0000 7f976559e680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:19:56.175 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.107+0000 7f976559e680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T17:19:56.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[64054]: audit 2024-01-16T17:19:55.518751+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:56.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[64054]: audit 2024-01-16T17:19:55.522070+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:56.176 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[64054]: cephadm 2024-01-16T17:19:55.525578+0000 mgr.y (mgr.14142) 505 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:19:56.413 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[64029]: audit 2024-01-16T17:19:55.518751+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:56.413 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[67436]: audit 2024-01-16T17:19:55.518751+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]: dispatch 2024-01-16T17:19:56.413 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[64029]: audit 2024-01-16T17:19:55.522070+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:56.413 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[64029]: cephadm 2024-01-16T17:19:55.525578+0000 mgr.y (mgr.14142) 505 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:19:56.414 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[67436]: audit 2024-01-16T17:19:55.522070+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517433\", \"created\": \"2024-01-16T17:08:14.561944\", \"started\": \"2024-01-16T17:08:14.591934\"}, \"mgr.x\": {\"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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-16T17:19:55.517529\", \"created\": \"2024-01-16T17:08:31.424601\", \"started\": \"2024-01-16T17:19:52.871318\"}, \"osd.4\": {\"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517567\", \"created\": \"2024-01-16T17:09:34.215312\", \"started\": \"2024-01-16T17:09:47.893496\"}, \"osd.5\": {\"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517600\", \"created\": \"2024-01-16T17:09:47.607037\", \"started\": \"2024-01-16T17:10:01.783613\"}, \"osd.6\": {\"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517632\", \"created\": \"2024-01-16T17:10:01.907743\", \"started\": \"2024-01-16T17:10:15.904053\"}, \"osd.7\": {\"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-16T17:19:55.517663\", \"created\": \"2024-01-16T17:10:16.001453\", \"started\": \"2024-01-16T17:10:17.194560\"}, \"prometheus.a\": {\"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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-16T17:19:55.517695\", \"created\": \"2024-01-16T17:10:38.308995\", \"started\": \"2024-01-16T17:18:41.193594\"}, \"node-exporter.b\": {\"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517728\", \"created\": \"2024-01-16T17:10:40.650947\"}, \"grafana.a\": {\"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"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-16T17:19:55.517747\", \"created\": \"2024-01-16T17:13:30.007470\", \"started\": \"2024-01-16T17:13:30.120918\"}, \"rgw.r.z.smithi192.bddsgy\": {\"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T17:19:55.517778\", \"created\": \"2024-01-16T17:16:05.629277\", \"started\": \"2024-01-16T17:16:05.663456\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435\"}}, \"last_daemon_update\": \"2024-01-16T17:19:55.517885\", \"last_device_update\": \"2024-01-16T17:10:18.857388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.192\"]}, \"last_host_check\": \"2024-01-16T17:19:53.327000\"}"}]': finished 2024-01-16T17:19:56.414 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:56 smithi053 bash[67436]: cephadm 2024-01-16T17:19:55.525578+0000 mgr.y (mgr.14142) 505 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:19:56.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.197+0000 7f976559e680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T17:19:56.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.395+0000 7f976559e680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T17:19:56.959 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.673+0000 7f976559e680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T17:19:56.959 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:56 smithi192 bash[77702]: debug 2024-01-16T17:19:56.771+0000 7f976559e680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T17:19:57.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:57 smithi192 bash[64054]: cluster 2024-01-16T17:19:56.980433+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:57.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:57 smithi053 bash[67436]: cluster 2024-01-16T17:19:56.980433+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:57.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:57 smithi053 bash[64029]: cluster 2024-01-16T17:19:56.980433+0000 mgr.y (mgr.14142) 506 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:19:57.823 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:57 smithi192 bash[77702]: debug 2024-01-16T17:19:57.496+0000 7f976559e680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T17:19:57.824 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:57 smithi192 bash[77702]: debug 2024-01-16T17:19:57.581+0000 7f976559e680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T17:19:57.824 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:57 smithi192 bash[77702]: debug 2024-01-16T17:19:57.672+0000 7f976559e680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T17:19:58.086 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:57 smithi192 bash[77702]: debug 2024-01-16T17:19:57.846+0000 7f976559e680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T17:19:58.351 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[77702]: debug 2024-01-16T17:19:58.108+0000 7f976559e680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T17:19:58.351 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[77702]: debug 2024-01-16T17:19:58.239+0000 7f976559e680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T17:19:58.607 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[77702]: debug 2024-01-16T17:19:58.373+0000 7f976559e680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:19:58.607 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[77702]: debug 2024-01-16T17:19:58.545+0000 7f976559e680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T17:19:58.915 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[77702]: debug 2024-01-16T17:19:58.629+0000 7f976559e680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T17:19:59.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: cluster 2024-01-16T17:19:58.645079+0000 mon.a (mon.0) 794 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T17:19:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: cluster 2024-01-16T17:19:58.645204+0000 mon.a (mon.0) 795 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:19:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: audit 2024-01-16T17:19:58.645929+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:19:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: audit 2024-01-16T17:19:58.646203+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:19:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: audit 2024-01-16T17:19:58.647144+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:19:59.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:58 smithi192 bash[64054]: audit 2024-01-16T17:19:58.647355+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:19:59.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: cluster 2024-01-16T17:19:58.645079+0000 mon.a (mon.0) 794 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T17:19:59.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: cluster 2024-01-16T17:19:58.645204+0000 mon.a (mon.0) 795 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:19:59.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: audit 2024-01-16T17:19:58.645929+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:19:59.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: audit 2024-01-16T17:19:58.646203+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:19:59.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: audit 2024-01-16T17:19:58.647144+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[67436]: audit 2024-01-16T17:19:58.647355+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: cluster 2024-01-16T17:19:58.645079+0000 mon.a (mon.0) 794 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: cluster 2024-01-16T17:19:58.645204+0000 mon.a (mon.0) 795 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: audit 2024-01-16T17:19:58.645929+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: audit 2024-01-16T17:19:58.646203+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: audit 2024-01-16T17:19:58.647144+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:19:59.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:58 smithi053 bash[64029]: audit 2024-01-16T17:19:58.647355+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:20:00.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:59 smithi192 bash[64054]: cluster 2024-01-16T17:19:58.948755+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-01-16T17:20:00.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:19:59 smithi192 bash[64054]: cluster 2024-01-16T17:19:58.981156+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:00.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:59 smithi053 bash[67436]: cluster 2024-01-16T17:19:58.948755+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-01-16T17:20:00.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:19:59 smithi053 bash[67436]: cluster 2024-01-16T17:19:58.981156+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:00.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:59 smithi053 bash[64029]: cluster 2024-01-16T17:19:58.948755+0000 mon.a (mon.0) 796 : cluster [DBG] mgrmap e15: y(active, since 12m), standbys: x 2024-01-16T17:20:00.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:19:59 smithi053 bash[64029]: cluster 2024-01-16T17:19:58.981156+0000 mgr.y (mgr.14142) 507 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:02.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:02 smithi192 bash[64054]: cluster 2024-01-16T17:20:00.981760+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:02.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:02 smithi053 bash[64029]: cluster 2024-01-16T17:20:00.981760+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:02.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:02 smithi053 bash[67436]: cluster 2024-01-16T17:20:00.981760+0000 mgr.y (mgr.14142) 508 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:03.260 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:20:02 smithi053 bash[86519]: time="2024-01-16T17:20:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:20:04.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:03 smithi192 bash[64054]: cluster 2024-01-16T17:20:02.982423+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:04.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:03 smithi053 bash[64029]: cluster 2024-01-16T17:20:02.982423+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:04.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:03 smithi053 bash[67436]: cluster 2024-01-16T17:20:02.982423+0000 mgr.y (mgr.14142) 509 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:06 smithi192 bash[64054]: cluster 2024-01-16T17:20:04.983240+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:06.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:06 smithi053 bash[67436]: cluster 2024-01-16T17:20:04.983240+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:06.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:06 smithi053 bash[64029]: cluster 2024-01-16T17:20:04.983240+0000 mgr.y (mgr.14142) 510 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:07.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:20:07 smithi192 bash[77364]: time="2024-01-16T17:20:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:20:08.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:08 smithi192 bash[64054]: cluster 2024-01-16T17:20:06.983767+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:08.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:08 smithi053 bash[67436]: cluster 2024-01-16T17:20:06.983767+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:08.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:08 smithi053 bash[64029]: cluster 2024-01-16T17:20:06.983767+0000 mgr.y (mgr.14142) 511 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:10.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:10 smithi192 bash[64054]: cluster 2024-01-16T17:20:08.984488+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:10.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:10 smithi053 bash[67436]: cluster 2024-01-16T17:20:08.984488+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:10.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:10 smithi053 bash[64029]: cluster 2024-01-16T17:20:08.984488+0000 mgr.y (mgr.14142) 512 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:11.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:11 smithi192 bash[64054]: cluster 2024-01-16T17:20:10.985205+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:11.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:11 smithi053 bash[67436]: cluster 2024-01-16T17:20:10.985205+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:11.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:11 smithi053 bash[64029]: cluster 2024-01-16T17:20:10.985205+0000 mgr.y (mgr.14142) 513 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:14.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:13 smithi192 bash[64054]: cluster 2024-01-16T17:20:12.985835+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:14.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:13 smithi053 bash[67436]: cluster 2024-01-16T17:20:12.985835+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:14.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:13 smithi053 bash[64029]: cluster 2024-01-16T17:20:12.985835+0000 mgr.y (mgr.14142) 514 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:16.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:16 smithi192 bash[64054]: cluster 2024-01-16T17:20:14.986481+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:16.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:16 smithi053 bash[67436]: cluster 2024-01-16T17:20:14.986481+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:16.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:16 smithi053 bash[64029]: cluster 2024-01-16T17:20:14.986481+0000 mgr.y (mgr.14142) 515 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:18.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:18 smithi192 bash[64054]: cluster 2024-01-16T17:20:16.987094+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:18.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:18 smithi053 bash[64029]: cluster 2024-01-16T17:20:16.987094+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:18.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:18 smithi053 bash[67436]: cluster 2024-01-16T17:20:16.987094+0000 mgr.y (mgr.14142) 516 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:20.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:20 smithi192 bash[64054]: cluster 2024-01-16T17:20:18.987668+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:20.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:20 smithi053 bash[67436]: cluster 2024-01-16T17:20:18.987668+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:20.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:20 smithi053 bash[64029]: cluster 2024-01-16T17:20:18.987668+0000 mgr.y (mgr.14142) 517 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:20.641 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:20:21.193 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (6m) 25s ago 6m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (28s) 25s ago 11m 16.2.14-449-ga70aebef quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 377ff36742d8 9c7716879acf 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (12m) 25s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 4m ago 9m prom/node-exporter 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 25s ago 9m prom/node-exporter 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (10m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (10m) 4m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (10m) 25s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:20:21.194 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (10m) 25s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:20:21.195 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (10m) 25s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:20:21.195 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (10m) 25s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:20:21.195 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (100s) 25s ago 9m docker.io/prom/prometheus:latest 2a72b385beaf 918a69e43ced 2024-01-16T17:20:21.195 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:20:21.195 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (4m) 25s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:20:21.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:21 smithi192 bash[64054]: audit 2024-01-16T17:20:20.654126+0000 mgr.y (mgr.14142) 518 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:21 smithi192 bash[64054]: audit 2024-01-16T17:20:20.937298+0000 mgr.y (mgr.14142) 519 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:21 smithi192 bash[64054]: cluster 2024-01-16T17:20:20.988135+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T17:20:21.502 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:20:21.503 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:20:21.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[67436]: audit 2024-01-16T17:20:20.654126+0000 mgr.y (mgr.14142) 518 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[67436]: audit 2024-01-16T17:20:20.937298+0000 mgr.y (mgr.14142) 519 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[67436]: cluster 2024-01-16T17:20:20.988135+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:21.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[64029]: audit 2024-01-16T17:20:20.654126+0000 mgr.y (mgr.14142) 518 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[64029]: audit 2024-01-16T17:20:20.937298+0000 mgr.y (mgr.14142) 519 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:21.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:21 smithi053 bash[64029]: cluster 2024-01-16T17:20:20.988135+0000 mgr.y (mgr.14142) 520 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:21.784 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:20:21.784 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:20:21.785 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:20:21.785 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:20:21.785 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:20:21.785 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:20:22.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:22 smithi192 bash[64054]: audit 2024-01-16T17:20:21.213717+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:22 smithi192 bash[64054]: audit 2024-01-16T17:20:21.525614+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.53:0/4024115448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:22.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:22 smithi192 bash[64054]: audit 2024-01-16T17:20:21.807511+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:22.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[67436]: audit 2024-01-16T17:20:21.213717+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:22.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[67436]: audit 2024-01-16T17:20:21.525614+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.53:0/4024115448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:22.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[67436]: audit 2024-01-16T17:20:21.807511+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:22.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[64029]: audit 2024-01-16T17:20:21.213717+0000 mgr.y (mgr.14142) 521 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:22.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[64029]: audit 2024-01-16T17:20:21.525614+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.53:0/4024115448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:22.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:22 smithi053 bash[64029]: audit 2024-01-16T17:20:21.807511+0000 mgr.y (mgr.14142) 522 : audit [DBG] from='client.25063 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:24.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:23 smithi192 bash[64054]: cluster 2024-01-16T17:20:22.988757+0000 mgr.y (mgr.14142) 523 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:24.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:23 smithi053 bash[67436]: cluster 2024-01-16T17:20:22.988757+0000 mgr.y (mgr.14142) 523 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:24.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:23 smithi053 bash[64029]: cluster 2024-01-16T17:20:22.988757+0000 mgr.y (mgr.14142) 523 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:26.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:26 smithi192 bash[64054]: cluster 2024-01-16T17:20:24.989422+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:26.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:26 smithi053 bash[64029]: cluster 2024-01-16T17:20:24.989422+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:26.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:26 smithi053 bash[67436]: cluster 2024-01-16T17:20:24.989422+0000 mgr.y (mgr.14142) 524 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:28.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:28 smithi192 bash[64054]: cluster 2024-01-16T17:20:26.989991+0000 mgr.y (mgr.14142) 525 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:28.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:28 smithi053 bash[67436]: cluster 2024-01-16T17:20:26.989991+0000 mgr.y (mgr.14142) 525 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:28.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:28 smithi053 bash[64029]: cluster 2024-01-16T17:20:26.989991+0000 mgr.y (mgr.14142) 525 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:29 smithi192 bash[64054]: cluster 2024-01-16T17:20:28.990602+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:29.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:29 smithi053 bash[67436]: cluster 2024-01-16T17:20:28.990602+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:29 smithi053 bash[64029]: cluster 2024-01-16T17:20:28.990602+0000 mgr.y (mgr.14142) 526 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:32.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:32 smithi192 bash[64054]: cluster 2024-01-16T17:20:30.991339+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:32.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:32 smithi053 bash[67436]: cluster 2024-01-16T17:20:30.991339+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:32.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:32 smithi053 bash[64029]: cluster 2024-01-16T17:20:30.991339+0000 mgr.y (mgr.14142) 527 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:34.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:33 smithi192 bash[64054]: cluster 2024-01-16T17:20:32.992018+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:34.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:33 smithi053 bash[67436]: cluster 2024-01-16T17:20:32.992018+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:34.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:33 smithi053 bash[64029]: cluster 2024-01-16T17:20:32.992018+0000 mgr.y (mgr.14142) 528 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:36 smithi192 bash[64054]: cluster 2024-01-16T17:20:34.992560+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:36.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:36 smithi053 bash[67436]: cluster 2024-01-16T17:20:34.992560+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:36.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:36 smithi053 bash[64029]: cluster 2024-01-16T17:20:34.992560+0000 mgr.y (mgr.14142) 529 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:38.346 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:38 smithi053 bash[67436]: cluster 2024-01-16T17:20:36.993099+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:38.347 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:38 smithi053 bash[64029]: cluster 2024-01-16T17:20:36.993099+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:38.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:38 smithi192 bash[64054]: cluster 2024-01-16T17:20:36.993099+0000 mgr.y (mgr.14142) 530 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:38.760 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:20:38 smithi053 bash[86519]: time="2024-01-16T17:20:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:20:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:39 smithi192 bash[64054]: cluster 2024-01-16T17:20:38.993688+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:39.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:39 smithi053 bash[67436]: cluster 2024-01-16T17:20:38.993688+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:39.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:39 smithi053 bash[64029]: cluster 2024-01-16T17:20:38.993688+0000 mgr.y (mgr.14142) 531 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:42.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:42 smithi192 bash[64054]: cluster 2024-01-16T17:20:40.994277+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:42.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:42 smithi053 bash[67436]: cluster 2024-01-16T17:20:40.994277+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:42.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:42 smithi053 bash[64029]: cluster 2024-01-16T17:20:40.994277+0000 mgr.y (mgr.14142) 532 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:44.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:43 smithi192 bash[64054]: cluster 2024-01-16T17:20:42.994951+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:44.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:43 smithi053 bash[67436]: cluster 2024-01-16T17:20:42.994951+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:44.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:43 smithi053 bash[64029]: cluster 2024-01-16T17:20:42.994951+0000 mgr.y (mgr.14142) 533 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:45.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:20:44 smithi192 bash[77364]: time="2024-01-16T17:20:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:20:46.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:46 smithi192 bash[64054]: cluster 2024-01-16T17:20:44.995494+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:46.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:46 smithi053 bash[67436]: cluster 2024-01-16T17:20:44.995494+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:46.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:46 smithi053 bash[64029]: cluster 2024-01-16T17:20:44.995494+0000 mgr.y (mgr.14142) 534 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:48.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:48 smithi192 bash[64054]: cluster 2024-01-16T17:20:46.996102+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:48.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:48 smithi053 bash[67436]: cluster 2024-01-16T17:20:46.996102+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:48.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:48 smithi053 bash[64029]: cluster 2024-01-16T17:20:46.996102+0000 mgr.y (mgr.14142) 535 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:49.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:49 smithi192 bash[64054]: cluster 2024-01-16T17:20:48.996752+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:49.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:49 smithi053 bash[67436]: cluster 2024-01-16T17:20:48.996752+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:49.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:49 smithi053 bash[64029]: cluster 2024-01-16T17:20:48.996752+0000 mgr.y (mgr.14142) 536 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:52.093 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:20:52.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:52 smithi192 bash[64054]: cluster 2024-01-16T17:20:50.997353+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:52.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:52 smithi053 bash[67436]: cluster 2024-01-16T17:20:50.997353+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:52.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:52 smithi053 bash[64029]: cluster 2024-01-16T17:20:50.997353+0000 mgr.y (mgr.14142) 537 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (7m) 57s ago 7m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (59s) 57s ago 12m 16.2.14-449-ga70aebef quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 377ff36742d8 9c7716879acf 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (13m) 4m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (14m) 4m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (12m) 57s ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:20:52.649 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (12m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 4m ago 10m prom/node-exporter 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 57s ago 10m prom/node-exporter 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (11m) 4m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (11m) 4m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (11m) 57s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (10m) 57s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (10m) 57s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (10m) 57s ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:20:52.650 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (2m) 57s ago 10m docker.io/prom/prometheus:latest 2a72b385beaf 918a69e43ced 2024-01-16T17:20:52.651 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (4m) 4m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:20:52.651 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (4m) 57s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:20:52.951 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:20:52.952 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:20:53.234 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:20:54.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:53 smithi192 bash[64054]: audit 2024-01-16T17:20:52.105464+0000 mgr.y (mgr.14142) 538 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:53 smithi192 bash[64054]: audit 2024-01-16T17:20:52.390733+0000 mgr.y (mgr.14142) 539 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:53 smithi192 bash[64054]: audit 2024-01-16T17:20:52.669489+0000 mgr.y (mgr.14142) 540 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:53 smithi192 bash[64054]: audit 2024-01-16T17:20:52.974892+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.53:0/3581590473' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:54.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:53 smithi192 bash[64054]: cluster 2024-01-16T17:20:52.997855+0000 mgr.y (mgr.14142) 541 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[64029]: audit 2024-01-16T17:20:52.105464+0000 mgr.y (mgr.14142) 538 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[64029]: audit 2024-01-16T17:20:52.390733+0000 mgr.y (mgr.14142) 539 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[64029]: audit 2024-01-16T17:20:52.669489+0000 mgr.y (mgr.14142) 540 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[64029]: audit 2024-01-16T17:20:52.974892+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.53:0/3581590473' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[64029]: cluster 2024-01-16T17:20:52.997855+0000 mgr.y (mgr.14142) 541 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[67436]: audit 2024-01-16T17:20:52.105464+0000 mgr.y (mgr.14142) 538 : audit [DBG] from='client.25069 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[67436]: audit 2024-01-16T17:20:52.390733+0000 mgr.y (mgr.14142) 539 : audit [DBG] from='client.25075 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[67436]: audit 2024-01-16T17:20:52.669489+0000 mgr.y (mgr.14142) 540 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[67436]: audit 2024-01-16T17:20:52.974892+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.53:0/3581590473' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:20:54.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:53 smithi053 bash[67436]: cluster 2024-01-16T17:20:52.997855+0000 mgr.y (mgr.14142) 541 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:55.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:54 smithi192 bash[64054]: audit 2024-01-16T17:20:53.257391+0000 mgr.y (mgr.14142) 542 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:55.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:54 smithi053 bash[67436]: audit 2024-01-16T17:20:53.257391+0000 mgr.y (mgr.14142) 542 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:55.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:54 smithi053 bash[64029]: audit 2024-01-16T17:20:53.257391+0000 mgr.y (mgr.14142) 542 : audit [DBG] from='client.25093 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:20:56.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:55 smithi192 bash[64054]: cluster 2024-01-16T17:20:54.998362+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:56.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:55 smithi053 bash[67436]: cluster 2024-01-16T17:20:54.998362+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:56.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:55 smithi053 bash[64029]: cluster 2024-01-16T17:20:54.998362+0000 mgr.y (mgr.14142) 543 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:58.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:58 smithi192 bash[64054]: cluster 2024-01-16T17:20:56.998889+0000 mgr.y (mgr.14142) 544 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:58.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:58 smithi053 bash[67436]: cluster 2024-01-16T17:20:56.998889+0000 mgr.y (mgr.14142) 544 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:58.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:58 smithi053 bash[64029]: cluster 2024-01-16T17:20:56.998889+0000 mgr.y (mgr.14142) 544 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:59.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:20:59 smithi192 bash[64054]: cluster 2024-01-16T17:20:58.999493+0000 mgr.y (mgr.14142) 545 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:59.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:20:59 smithi053 bash[64029]: cluster 2024-01-16T17:20:58.999493+0000 mgr.y (mgr.14142) 545 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:20:59.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:20:59 smithi053 bash[67436]: cluster 2024-01-16T17:20:58.999493+0000 mgr.y (mgr.14142) 545 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:02.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:02 smithi192 bash[64054]: cluster 2024-01-16T17:21:01.000018+0000 mgr.y (mgr.14142) 546 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:02.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:02 smithi053 bash[67436]: cluster 2024-01-16T17:21:01.000018+0000 mgr.y (mgr.14142) 546 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:02.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:02 smithi053 bash[64029]: cluster 2024-01-16T17:21:01.000018+0000 mgr.y (mgr.14142) 546 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:04.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:03 smithi192 bash[64054]: cluster 2024-01-16T17:21:03.000576+0000 mgr.y (mgr.14142) 547 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:04.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:03 smithi053 bash[67436]: cluster 2024-01-16T17:21:03.000576+0000 mgr.y (mgr.14142) 547 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:04.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:03 smithi053 bash[64029]: cluster 2024-01-16T17:21:03.000576+0000 mgr.y (mgr.14142) 547 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:06 smithi192 bash[64054]: cluster 2024-01-16T17:21:05.001209+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:06.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:06 smithi053 bash[67436]: cluster 2024-01-16T17:21:05.001209+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:06.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:06 smithi053 bash[64029]: cluster 2024-01-16T17:21:05.001209+0000 mgr.y (mgr.14142) 548 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:07 smithi192 bash[64054]: cluster 2024-01-16T17:21:07.001675+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:07.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:07 smithi053 bash[67436]: cluster 2024-01-16T17:21:07.001675+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:07.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:07 smithi053 bash[64029]: cluster 2024-01-16T17:21:07.001675+0000 mgr.y (mgr.14142) 549 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:10.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:10 smithi192 bash[64054]: cluster 2024-01-16T17:21:09.002259+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:10.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:10 smithi053 bash[67436]: cluster 2024-01-16T17:21:09.002259+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:10.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:10 smithi053 bash[64029]: cluster 2024-01-16T17:21:09.002259+0000 mgr.y (mgr.14142) 550 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:11.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:11 smithi192 bash[64054]: cluster 2024-01-16T17:21:11.002830+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:11.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:11 smithi053 bash[64029]: cluster 2024-01-16T17:21:11.002830+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:11.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:11 smithi053 bash[67436]: cluster 2024-01-16T17:21:11.002830+0000 mgr.y (mgr.14142) 551 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:14.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:13 smithi192 bash[64054]: cluster 2024-01-16T17:21:13.003467+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:14.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:13 smithi053 bash[67436]: cluster 2024-01-16T17:21:13.003467+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:14.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:13 smithi053 bash[64029]: cluster 2024-01-16T17:21:13.003467+0000 mgr.y (mgr.14142) 552 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:15.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:15 smithi192 bash[64054]: cluster 2024-01-16T17:21:15.004178+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:15.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:15 smithi053 bash[64029]: cluster 2024-01-16T17:21:15.004178+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:15.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:15 smithi053 bash[67436]: cluster 2024-01-16T17:21:15.004178+0000 mgr.y (mgr.14142) 553 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:16.010 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:15 smithi053 bash[86519]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 bash[86519]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 bash[86519]: Error: 3 errors occurred while pulling: 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 bash[86519]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 bash[86519]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 bash[86519]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:21:16.512 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:16 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T17:21:17.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:17 smithi192 bash[64054]: cluster 2024-01-16T17:21:17.004662+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:17.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:17 smithi053 bash[67436]: cluster 2024-01-16T17:21:17.004662+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:17.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:17 smithi053 bash[64029]: cluster 2024-01-16T17:21:17.004662+0000 mgr.y (mgr.14142) 554 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:19.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:19 smithi192 bash[64054]: cluster 2024-01-16T17:21:19.005209+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:19.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:19 smithi053 bash[67436]: cluster 2024-01-16T17:21:19.005209+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:19.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:19 smithi053 bash[64029]: cluster 2024-01-16T17:21:19.005209+0000 mgr.y (mgr.14142) 555 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:21.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:21 smithi192 bash[64054]: cluster 2024-01-16T17:21:21.005745+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:21.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:21 smithi053 bash[64029]: cluster 2024-01-16T17:21:21.005745+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:21.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:21 smithi053 bash[67436]: cluster 2024-01-16T17:21:21.005745+0000 mgr.y (mgr.14142) 556 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:22.459 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:21:22.459 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:21:22.959 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: Error: 3 errors occurred while pulling: 2024-01-16T17:21:22.959 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:21:22.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:21:22.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 bash[77364]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:21:22.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:21:22.960 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:22 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T17:21:23.538 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:21:24.093 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:21:24.093 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (7m) 88s ago 7m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:21:24.093 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (91s) 88s ago 12m 16.2.14-449-ga70aebef quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 377ff36742d8 9c7716879acf 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (14m) 5m ago 14m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (13m) 88s ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 5m ago 10m prom/node-exporter 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 88s ago 10m prom/node-exporter 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (11m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (11m) 88s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (11m) 88s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (11m) 88s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:21:24.094 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (11m) 88s ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:21:24.095 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (2m) 88s ago 10m docker.io/prom/prometheus:latest 2a72b385beaf 918a69e43ced 2024-01-16T17:21:24.095 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:21:24.095 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (5m) 88s ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:21:24.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:23 smithi192 bash[64054]: cluster 2024-01-16T17:21:23.006543+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:24.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:23 smithi053 bash[67436]: cluster 2024-01-16T17:21:23.006543+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:24.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:23 smithi053 bash[64029]: cluster 2024-01-16T17:21:23.006543+0000 mgr.y (mgr.14142) 557 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:21:24.398 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:21:24.399 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:21:24.682 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:21:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:24 smithi192 bash[64054]: audit 2024-01-16T17:21:23.551186+0000 mgr.y (mgr.14142) 558 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:24 smithi192 bash[64054]: audit 2024-01-16T17:21:23.834639+0000 mgr.y (mgr.14142) 559 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:24 smithi192 bash[64054]: audit 2024-01-16T17:21:24.421666+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.53:0/2038038451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[67436]: audit 2024-01-16T17:21:23.551186+0000 mgr.y (mgr.14142) 558 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[67436]: audit 2024-01-16T17:21:23.834639+0000 mgr.y (mgr.14142) 559 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[67436]: audit 2024-01-16T17:21:24.421666+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.53:0/2038038451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[64029]: audit 2024-01-16T17:21:23.551186+0000 mgr.y (mgr.14142) 558 : audit [DBG] from='client.25099 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[64029]: audit 2024-01-16T17:21:23.834639+0000 mgr.y (mgr.14142) 559 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:24 smithi053 bash[64029]: audit 2024-01-16T17:21:24.421666+0000 mon.a (mon.0) 797 : audit [DBG] from='client.? 172.21.15.53:0/2038038451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:26.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:25 smithi192 bash[64054]: audit 2024-01-16T17:21:24.113849+0000 mgr.y (mgr.14142) 560 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:25 smithi192 bash[64054]: audit 2024-01-16T17:21:24.705296+0000 mgr.y (mgr.14142) 561 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:25 smithi192 bash[64054]: cluster 2024-01-16T17:21:25.007179+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:26.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[64029]: audit 2024-01-16T17:21:24.113849+0000 mgr.y (mgr.14142) 560 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[64029]: audit 2024-01-16T17:21:24.705296+0000 mgr.y (mgr.14142) 561 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[64029]: cluster 2024-01-16T17:21:25.007179+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:26.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[67436]: audit 2024-01-16T17:21:24.113849+0000 mgr.y (mgr.14142) 560 : audit [DBG] from='client.25111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[67436]: audit 2024-01-16T17:21:24.705296+0000 mgr.y (mgr.14142) 561 : audit [DBG] from='client.25123 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:26.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:25 smithi053 bash[67436]: cluster 2024-01-16T17:21:25.007179+0000 mgr.y (mgr.14142) 562 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:26.760 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:21:26.760 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Scheduled restart job, restart counter is at 4. 2024-01-16T17:21:26.760 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 systemd[1]: Stopped Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:21:26.761 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 systemd[1]: Starting Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:21:26.761 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 podman[87338]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:21:26.761 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 systemd[1]: Started Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:21:26.761 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 bash[87353]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:21:26.761 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:21:26 smithi053 bash[87353]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:21:27.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:27 smithi192 bash[64054]: cluster 2024-01-16T17:21:27.007681+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:27.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:27 smithi053 bash[67436]: cluster 2024-01-16T17:21:27.007681+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:27.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:27 smithi053 bash[64029]: cluster 2024-01-16T17:21:27.007681+0000 mgr.y (mgr.14142) 563 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:29 smithi192 bash[64054]: cluster 2024-01-16T17:21:29.008236+0000 mgr.y (mgr.14142) 564 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:29.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:29 smithi053 bash[67436]: cluster 2024-01-16T17:21:29.008236+0000 mgr.y (mgr.14142) 564 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:29 smithi053 bash[64029]: cluster 2024-01-16T17:21:29.008236+0000 mgr.y (mgr.14142) 564 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:31.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:31 smithi192 bash[64054]: cluster 2024-01-16T17:21:31.008797+0000 mgr.y (mgr.14142) 565 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:31.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:31 smithi053 bash[64029]: cluster 2024-01-16T17:21:31.008797+0000 mgr.y (mgr.14142) 565 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:31.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:31 smithi053 bash[67436]: cluster 2024-01-16T17:21:31.008797+0000 mgr.y (mgr.14142) 565 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:33.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:21:33.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 4. 2024-01-16T17:21:33.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:21:33.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 systemd[1]: Starting Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:21:33.210 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 podman[78310]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.b" found: no such container 2024-01-16T17:21:33.210 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 systemd[1]: Started Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:21:33.210 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 bash[78325]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:21:33.210 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:21:32 smithi192 bash[78325]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:21:34.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:33 smithi192 bash[64054]: cluster 2024-01-16T17:21:33.009327+0000 mgr.y (mgr.14142) 566 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:34.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:33 smithi053 bash[67436]: cluster 2024-01-16T17:21:33.009327+0000 mgr.y (mgr.14142) 566 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:34.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:33 smithi053 bash[64029]: cluster 2024-01-16T17:21:33.009327+0000 mgr.y (mgr.14142) 566 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:35.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:35 smithi192 bash[64054]: cluster 2024-01-16T17:21:35.009986+0000 mgr.y (mgr.14142) 567 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:35.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:35 smithi053 bash[67436]: cluster 2024-01-16T17:21:35.009986+0000 mgr.y (mgr.14142) 567 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:35.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:35 smithi053 bash[64029]: cluster 2024-01-16T17:21:35.009986+0000 mgr.y (mgr.14142) 567 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:37.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:37 smithi192 bash[64054]: cluster 2024-01-16T17:21:37.010473+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:37.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:37 smithi053 bash[67436]: cluster 2024-01-16T17:21:37.010473+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:37.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:37 smithi053 bash[64029]: cluster 2024-01-16T17:21:37.010473+0000 mgr.y (mgr.14142) 568 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:39 smithi192 bash[64054]: cluster 2024-01-16T17:21:39.010982+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:39.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:39 smithi053 bash[64029]: cluster 2024-01-16T17:21:39.010982+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:39.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:39 smithi053 bash[67436]: cluster 2024-01-16T17:21:39.010982+0000 mgr.y (mgr.14142) 569 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:41.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:41 smithi192 bash[64054]: cluster 2024-01-16T17:21:41.011478+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:41.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:41 smithi053 bash[67436]: cluster 2024-01-16T17:21:41.011478+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:41.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:41 smithi053 bash[64029]: cluster 2024-01-16T17:21:41.011478+0000 mgr.y (mgr.14142) 570 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:44.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:43 smithi192 bash[64054]: cluster 2024-01-16T17:21:43.012204+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:44.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:43 smithi053 bash[64029]: cluster 2024-01-16T17:21:43.012204+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:44.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:43 smithi053 bash[67436]: cluster 2024-01-16T17:21:43.012204+0000 mgr.y (mgr.14142) 571 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:45.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:45 smithi192 bash[64054]: cluster 2024-01-16T17:21:45.012955+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:45.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:45 smithi053 bash[64029]: cluster 2024-01-16T17:21:45.012955+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:45.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:45 smithi053 bash[67436]: cluster 2024-01-16T17:21:45.012955+0000 mgr.y (mgr.14142) 572 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:47.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:47 smithi192 bash[64054]: cluster 2024-01-16T17:21:47.013609+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:47.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:47 smithi053 bash[67436]: cluster 2024-01-16T17:21:47.013609+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:47.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:47 smithi053 bash[64029]: cluster 2024-01-16T17:21:47.013609+0000 mgr.y (mgr.14142) 573 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:49.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:49 smithi192 bash[64054]: cluster 2024-01-16T17:21:49.014223+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:49.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:49 smithi053 bash[67436]: cluster 2024-01-16T17:21:49.014223+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:49.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:49 smithi053 bash[64029]: cluster 2024-01-16T17:21:49.014223+0000 mgr.y (mgr.14142) 574 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:51.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:51 smithi192 bash[64054]: cluster 2024-01-16T17:21:51.014815+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:51.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:51 smithi053 bash[64029]: cluster 2024-01-16T17:21:51.014815+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:51.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:51 smithi053 bash[67436]: cluster 2024-01-16T17:21:51.014815+0000 mgr.y (mgr.14142) 575 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:54.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:53 smithi192 bash[64054]: cluster 2024-01-16T17:21:53.015632+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:54.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:53 smithi053 bash[64029]: cluster 2024-01-16T17:21:53.015632+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:54.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:53 smithi053 bash[67436]: cluster 2024-01-16T17:21:53.015632+0000 mgr.y (mgr.14142) 576 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:54.987 INFO:teuthology.orchestra.run.smithi053.stdout:true 2024-01-16T17:21:55.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:55 smithi192 bash[64054]: audit 2024-01-16T17:21:55.000314+0000 mgr.y (mgr.14142) 577 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:55.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:55 smithi192 bash[64054]: cluster 2024-01-16T17:21:55.016135+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:55.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:55 smithi053 bash[64029]: audit 2024-01-16T17:21:55.000314+0000 mgr.y (mgr.14142) 577 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:55.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:55 smithi053 bash[64029]: cluster 2024-01-16T17:21:55.016135+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:55.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:55 smithi053 bash[67436]: audit 2024-01-16T17:21:55.000314+0000 mgr.y (mgr.14142) 577 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:55.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:55 smithi053 bash[67436]: cluster 2024-01-16T17:21:55.016135+0000 mgr.y (mgr.14142) 578 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:55.543 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (8m) 2m ago 8m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (2m) 2m ago 13m 16.2.14-449-ga70aebef quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 377ff36742d8 9c7716879acf 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (15m) 5m ago 15m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (13m) 2m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 error 5m ago 11m prom/node-exporter 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 2m ago 11m prom/node-exporter 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (13m) 5m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (12m) 5m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:21:55.544 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (12m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (11m) 2m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (3m) 2m ago 11m docker.io/prom/prometheus:latest 2a72b385beaf 918a69e43ced 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (5m) 5m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:21:55.545 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:21:55.849 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:21:55.850 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:21:56.133 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:21:56.134 INFO:teuthology.orchestra.run.smithi053.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T17:21:56.134 INFO:teuthology.orchestra.run.smithi053.stdout: "in_progress": true, 2024-01-16T17:21:56.134 INFO:teuthology.orchestra.run.smithi053.stdout: "services_complete": [], 2024-01-16T17:21:56.134 INFO:teuthology.orchestra.run.smithi053.stdout: "message": "" 2024-01-16T17:21:56.134 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:21:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:56 smithi192 bash[64054]: audit 2024-01-16T17:21:55.283565+0000 mgr.y (mgr.14142) 579 : audit [DBG] from='client.25135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:56 smithi192 bash[64054]: audit 2024-01-16T17:21:55.564393+0000 mgr.y (mgr.14142) 580 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:56 smithi192 bash[64054]: audit 2024-01-16T17:21:55.872646+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.53:0/2524748684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[67436]: audit 2024-01-16T17:21:55.283565+0000 mgr.y (mgr.14142) 579 : audit [DBG] from='client.25135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[67436]: audit 2024-01-16T17:21:55.564393+0000 mgr.y (mgr.14142) 580 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[67436]: audit 2024-01-16T17:21:55.872646+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.53:0/2524748684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[64029]: audit 2024-01-16T17:21:55.283565+0000 mgr.y (mgr.14142) 579 : audit [DBG] from='client.25135 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[64029]: audit 2024-01-16T17:21:55.564393+0000 mgr.y (mgr.14142) 580 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:56.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:56 smithi053 bash[64029]: audit 2024-01-16T17:21:55.872646+0000 mon.a (mon.0) 798 : audit [DBG] from='client.? 172.21.15.53:0/2524748684' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:21:57.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:57 smithi192 bash[64054]: audit 2024-01-16T17:21:56.157040+0000 mgr.y (mgr.14142) 581 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:57.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:57 smithi192 bash[64054]: cluster 2024-01-16T17:21:57.016795+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:57.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:57 smithi053 bash[67436]: audit 2024-01-16T17:21:56.157040+0000 mgr.y (mgr.14142) 581 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:57.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:57 smithi053 bash[67436]: cluster 2024-01-16T17:21:57.016795+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:57.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:57 smithi053 bash[64029]: audit 2024-01-16T17:21:56.157040+0000 mgr.y (mgr.14142) 581 : audit [DBG] from='client.25153 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:21:57.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:57 smithi053 bash[64029]: cluster 2024-01-16T17:21:57.016795+0000 mgr.y (mgr.14142) 582 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:59.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:21:59 smithi192 bash[64054]: cluster 2024-01-16T17:21:59.017318+0000 mgr.y (mgr.14142) 583 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:59.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:21:59 smithi053 bash[67436]: cluster 2024-01-16T17:21:59.017318+0000 mgr.y (mgr.14142) 583 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:21:59.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:21:59 smithi053 bash[64029]: cluster 2024-01-16T17:21:59.017318+0000 mgr.y (mgr.14142) 583 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:01.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:01 smithi192 bash[64054]: cluster 2024-01-16T17:22:01.017988+0000 mgr.y (mgr.14142) 584 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:01.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:01 smithi053 bash[67436]: cluster 2024-01-16T17:22:01.017988+0000 mgr.y (mgr.14142) 584 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:01.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:01 smithi053 bash[64029]: cluster 2024-01-16T17:22:01.017988+0000 mgr.y (mgr.14142) 584 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:03.260 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:22:02 smithi053 bash[87353]: time="2024-01-16T17:22:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:04.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:03 smithi192 bash[64054]: cluster 2024-01-16T17:22:03.018730+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:04.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:03 smithi053 bash[67436]: cluster 2024-01-16T17:22:03.018730+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:04.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:03 smithi053 bash[64029]: cluster 2024-01-16T17:22:03.018730+0000 mgr.y (mgr.14142) 585 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:05.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:05 smithi192 bash[64054]: cluster 2024-01-16T17:22:05.019309+0000 mgr.y (mgr.14142) 586 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:05.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:05 smithi053 bash[67436]: cluster 2024-01-16T17:22:05.019309+0000 mgr.y (mgr.14142) 586 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:05.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:05 smithi053 bash[64029]: cluster 2024-01-16T17:22:05.019309+0000 mgr.y (mgr.14142) 586 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:07 smithi192 bash[64054]: cluster 2024-01-16T17:22:07.019942+0000 mgr.y (mgr.14142) 587 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:07.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:07 smithi053 bash[67436]: cluster 2024-01-16T17:22:07.019942+0000 mgr.y (mgr.14142) 587 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:07.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:07 smithi053 bash[64029]: cluster 2024-01-16T17:22:07.019942+0000 mgr.y (mgr.14142) 587 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:09.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:09 smithi192 bash[64054]: cluster 2024-01-16T17:22:09.020687+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:09.459 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:22:09 smithi192 bash[78325]: time="2024-01-16T17:22:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:09.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:09 smithi053 bash[67436]: cluster 2024-01-16T17:22:09.020687+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:09.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:09 smithi053 bash[64029]: cluster 2024-01-16T17:22:09.020687+0000 mgr.y (mgr.14142) 588 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:11.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:11 smithi192 bash[64054]: cluster 2024-01-16T17:22:11.021214+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:11.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:11 smithi053 bash[67436]: cluster 2024-01-16T17:22:11.021214+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:11.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:11 smithi053 bash[64029]: cluster 2024-01-16T17:22:11.021214+0000 mgr.y (mgr.14142) 589 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:14.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:13 smithi192 bash[64054]: cluster 2024-01-16T17:22:13.021829+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:14.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:13 smithi053 bash[67436]: cluster 2024-01-16T17:22:13.021829+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:14.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:13 smithi053 bash[64029]: cluster 2024-01-16T17:22:13.021829+0000 mgr.y (mgr.14142) 590 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:15.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:15 smithi192 bash[64054]: cluster 2024-01-16T17:22:15.022438+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:15.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:15 smithi053 bash[67436]: cluster 2024-01-16T17:22:15.022438+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:15.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:15 smithi053 bash[64029]: cluster 2024-01-16T17:22:15.022438+0000 mgr.y (mgr.14142) 591 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:17.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:17 smithi192 bash[64054]: cluster 2024-01-16T17:22:17.022963+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:17.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:17 smithi053 bash[67436]: cluster 2024-01-16T17:22:17.022963+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:17.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:17 smithi053 bash[64029]: cluster 2024-01-16T17:22:17.022963+0000 mgr.y (mgr.14142) 592 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:19.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:19 smithi192 bash[64054]: cluster 2024-01-16T17:22:19.023477+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:19.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:19 smithi053 bash[67436]: cluster 2024-01-16T17:22:19.023477+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:19.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:19 smithi053 bash[64029]: cluster 2024-01-16T17:22:19.023477+0000 mgr.y (mgr.14142) 593 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:21.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:21 smithi192 bash[64054]: cluster 2024-01-16T17:22:21.024151+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:21.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:21 smithi053 bash[67436]: cluster 2024-01-16T17:22:21.024151+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:21.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:21 smithi053 bash[64029]: cluster 2024-01-16T17:22:21.024151+0000 mgr.y (mgr.14142) 594 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:24.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:23 smithi192 bash[64054]: cluster 2024-01-16T17:22:23.024782+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:24.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:23 smithi053 bash[67436]: cluster 2024-01-16T17:22:23.024782+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:24.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:23 smithi053 bash[64029]: cluster 2024-01-16T17:22:23.024782+0000 mgr.y (mgr.14142) 595 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:24 smithi192 bash[64054]: audit 2024-01-16T17:22:24.832368+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:24 smithi192 bash[64054]: audit 2024-01-16T17:22:24.836042+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T17:22:25.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:24 smithi192 bash[64054]: cluster 2024-01-16T17:22:24.840922+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T17:22:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64029]: audit 2024-01-16T17:22:24.832368+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64029]: audit 2024-01-16T17:22:24.836042+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T17:22:25.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64029]: cluster 2024-01-16T17:22:24.840922+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T17:22:25.260 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: debug 2024-01-16T17:22:24.830+0000 7f56dc40b700 -1 log_channel(cephadm) log [ERR] : cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:20:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:21:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:21:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:22:25.261 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:22:25.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[67436]: audit 2024-01-16T17:22:24.832368+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:25.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[67436]: audit 2024-01-16T17:22:24.836042+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T17:22:25.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[67436]: cluster 2024-01-16T17:22:24.840922+0000 mon.a (mon.0) 801 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T17:22:25.262 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:22:25.262 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "/usr/share/ceph/mgr/cephadm/module.py", line 1613, in _run_cephadm 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: code, '\n'.join(err))) 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: RuntimeError: cephadm exited with an error code: 1, stderr:INFO:cephadm:Deploying daemon alertmanager.a ... 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Verifying port 9093 ... 2024-01-16T17:22:25.263 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Verifying port 9094 ... 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:Non-zero exit code 125 from /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Resolving "prom/alertmanager" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull docker.io/prom/alertmanager:latest... 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:20:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:21:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr time="2024-01-16T17:21:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.access.redhat.com/prom/alertmanager:latest... 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Trying to pull registry.redhat.io/prom/alertmanager:latest... 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr Error: 3 errors occurred while pulling: 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://prom/alertmanager:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:latest: reading manifest latest in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.access.redhat.com/prom/alertmanager:latest: reading manifest latest in registry.access.redhat.com/prom/alertmanager: name unknown: Repo not found 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: INFO:cephadm:stat:stderr * initializing source docker://registry.redhat.io/prom/alertmanager:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: Traceback (most recent call last): 2024-01-16T17:22:25.264 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 4247, in 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 968, in _default_image 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 2508, in command_deploy 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 2454, in extract_uid_gid_monitoring 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 1535, in extract_uid_gid 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 1974, in run 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: File "", line 696, in call_throws 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: RuntimeError: Failed command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=prom/alertmanager -e NODE_NAME=smithi053 --entrypoint stat prom/alertmanager -c %u %g /etc/alertmanager 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:24 smithi053 bash[64261]: debug 2024-01-16T17:22:24.974+0000 7f570304f700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[64261]: ignoring --setuser ceph since I am not root 2024-01-16T17:22:25.265 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[64261]: ignoring --setgroup ceph since I am not root 2024-01-16T17:22:26.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[67436]: audit 2024-01-16T17:22:24.978053+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T17:22:26.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[67436]: cluster 2024-01-16T17:22:24.978117+0000 mon.a (mon.0) 803 : cluster [DBG] mgrmap e16: x(active, starting, since 0.141554s) 2024-01-16T17:22:26.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[64029]: audit 2024-01-16T17:22:24.978053+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T17:22:26.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:25 smithi053 bash[64029]: cluster 2024-01-16T17:22:24.978117+0000 mon.a (mon.0) 803 : cluster [DBG] mgrmap e16: x(active, starting, since 0.141554s) 2024-01-16T17:22:26.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:25 smithi192 bash[64054]: audit 2024-01-16T17:22:24.978053+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.53:0/4231941094' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T17:22:26.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:25 smithi192 bash[64054]: cluster 2024-01-16T17:22:24.978117+0000 mon.a (mon.0) 803 : cluster [DBG] mgrmap e16: x(active, starting, since 0.141554s) 2024-01-16T17:22:27.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:26 smithi053 bash[67436]: cluster 2024-01-16T17:22:25.989098+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e17: x(active, starting, since 1.15253s) 2024-01-16T17:22:27.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:26 smithi053 bash[67436]: audit 2024-01-16T17:22:25.990294+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:22:27.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:26 smithi053 bash[64029]: cluster 2024-01-16T17:22:25.989098+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e17: x(active, starting, since 1.15253s) 2024-01-16T17:22:27.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:26 smithi053 bash[64029]: audit 2024-01-16T17:22:25.990294+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:22:27.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:26 smithi192 bash[64054]: cluster 2024-01-16T17:22:25.989098+0000 mon.a (mon.0) 804 : cluster [DBG] mgrmap e17: x(active, starting, since 1.15253s) 2024-01-16T17:22:27.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:26 smithi192 bash[64054]: audit 2024-01-16T17:22:25.990294+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:22:29.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:28 smithi192 bash[64054]: cluster 2024-01-16T17:22:28.773604+0000 mon.a (mon.0) 805 : cluster [DBG] Standby manager daemon y started 2024-01-16T17:22:29.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:28 smithi192 bash[64054]: audit 2024-01-16T17:22:28.774483+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:29.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:28 smithi192 bash[64054]: audit 2024-01-16T17:22:28.775593+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:29.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[64029]: cluster 2024-01-16T17:22:28.773604+0000 mon.a (mon.0) 805 : cluster [DBG] Standby manager daemon y started 2024-01-16T17:22:29.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[64029]: audit 2024-01-16T17:22:28.774483+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:29.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[64029]: audit 2024-01-16T17:22:28.775593+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:29.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[67436]: cluster 2024-01-16T17:22:28.773604+0000 mon.a (mon.0) 805 : cluster [DBG] Standby manager daemon y started 2024-01-16T17:22:29.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[67436]: audit 2024-01-16T17:22:28.774483+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:29.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:28 smithi053 bash[67436]: audit 2024-01-16T17:22:28.775593+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.? 172.21.15.53:0/992027352' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:30.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:29 smithi192 bash[64054]: cluster 2024-01-16T17:22:28.977785+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-01-16T17:22:30.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:29 smithi192 bash[64054]: audit 2024-01-16T17:22:28.978904+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:22:30.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:29 smithi053 bash[67436]: cluster 2024-01-16T17:22:28.977785+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-01-16T17:22:30.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:29 smithi053 bash[67436]: audit 2024-01-16T17:22:28.978904+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:22:30.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:29 smithi053 bash[64029]: cluster 2024-01-16T17:22:28.977785+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e18: x(active, starting, since 4s), standbys: y 2024-01-16T17:22:30.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:29 smithi053 bash[64029]: audit 2024-01-16T17:22:28.978904+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:22:31.060 INFO:teuthology.orchestra.run.smithi053.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-16T17:22:31.061 INFO:teuthology.orchestra.run.smithi053.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.979610+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.979840+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.980049+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.981454+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.981705+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.981895+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.982115+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.982292+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.982487+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.982712+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.982984+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.984491+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.984703+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:22:31.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.985216+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.986071+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.986873+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.987175+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.987459+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.979610+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.979840+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.980049+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.981454+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:22:31.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.981705+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.981895+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.982115+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.982292+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.982487+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.982712+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.982984+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.984491+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.984703+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.985216+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.986071+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:22:31.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.986873+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.987175+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.987459+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.987757+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.988065+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.988363+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.988622+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.988876+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.989148+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.989414+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.989677+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.989952+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.990239+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.990529+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.990824+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.991122+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:31.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.991415+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.991713+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.992062+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.992349+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.987757+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.988065+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.988363+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.988622+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.988876+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.989148+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.989414+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:22:31.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.989677+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.989952+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.990239+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.990529+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.990824+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.991122+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.991415+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.991713+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.992062+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.992349+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: audit 2024-01-16T17:22:30.992608+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[64029]: cluster 2024-01-16T17:22:31.019721+0000 mon.a (mon.0) 809 : cluster [INF] Manager daemon x is now available 2024-01-16T17:22:31.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: audit 2024-01-16T17:22:30.992608+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:22:31.266 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:31 smithi053 bash[67436]: cluster 2024-01-16T17:22:31.019721+0000 mon.a (mon.0) 809 : cluster [INF] Manager daemon x is now available 2024-01-16T17:22:31.457 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[77702]: debug 2024-01-16T17:22:31.081+0000 7f96efde7700 -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-16T17:22:31.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[77702]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[77702]: Warning: Permanently added '172.21.15.53' (ECDSA) to the list of known hosts. 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.979610+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.979840+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.980049+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:22:31.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.981454+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.981705+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.981895+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.982115+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.982292+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.982487+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.982712+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.982984+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.984491+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.984703+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.985216+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.986071+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.986873+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.987175+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.987459+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:22:31.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.987757+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.988065+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.988363+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.988622+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.988876+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.989148+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.989414+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.989677+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.989952+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.990239+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.990529+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.990824+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.991122+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.991415+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.991713+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.992062+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:22:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.992349+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:22:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: audit 2024-01-16T17:22:30.992608+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:22:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:31 smithi192 bash[64054]: cluster 2024-01-16T17:22:31.019721+0000 mon.a (mon.0) 809 : cluster [INF] Manager daemon x is now available 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: cephadm 2024-01-16T17:22:31.031881+0000 mgr.x (mgr.34913) 1 : cephadm [INF] inventory: adjusted host smithi053 addr 'smithi053' -> '172.21.15.53' 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.032354+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.039339+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.042062+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: cephadm 2024-01-16T17:22:31.046446+0000 mgr.x (mgr.34913) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.046783+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.285 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.047205+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.050877+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: cluster 2024-01-16T17:22:31.079333+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.082471+0000 mgr.x (mgr.34913) 3 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: cluster 2024-01-16T17:22:31.083351+0000 mgr.x (mgr.34913) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.142551+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.143114+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.146424+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.149520+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.150774+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.183217+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.183605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.186915+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.286 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[67436]: audit 2024-01-16T17:22:31.187145+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: cephadm 2024-01-16T17:22:31.031881+0000 mgr.x (mgr.34913) 1 : cephadm [INF] inventory: adjusted host smithi053 addr 'smithi053' -> '172.21.15.53' 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.032354+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.039339+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.042062+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: cephadm 2024-01-16T17:22:31.046446+0000 mgr.x (mgr.34913) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.046783+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.047205+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.050877+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: cluster 2024-01-16T17:22:31.079333+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.082471+0000 mgr.x (mgr.34913) 3 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: cluster 2024-01-16T17:22:31.083351+0000 mgr.x (mgr.34913) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:32.287 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.142551+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.143114+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.146424+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.149520+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.150774+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.183217+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.183605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.186915+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.288 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:32 smithi053 bash[64029]: audit 2024-01-16T17:22:31.187145+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: cephadm 2024-01-16T17:22:31.031881+0000 mgr.x (mgr.34913) 1 : cephadm [INF] inventory: adjusted host smithi053 addr 'smithi053' -> '172.21.15.53' 2024-01-16T17:22:32.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.032354+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.039339+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.042062+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"smithi192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: cephadm 2024-01-16T17:22:31.046446+0000 mgr.x (mgr.34913) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.046783+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.047205+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.050877+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: cluster 2024-01-16T17:22:31.079333+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e19: x(active, since 6s), standbys: y 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.082471+0000 mgr.x (mgr.34913) 3 : audit [DBG] from='client.25165 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: cluster 2024-01-16T17:22:31.083351+0000 mgr.x (mgr.34913) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.142551+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.143114+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.146424+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34913 ' 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-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.149520+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.150774+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.183217+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.183605+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:22:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.186915+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:32 smithi192 bash[64054]: audit 2024-01-16T17:22:31.187145+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (9m) 2m ago 9m - - 6.6.2 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (2m) 2m ago 14m - - 16.2.14-449-ga70aebef 377ff36742d8 9c7716879acf 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 running (15m) 6m ago 15m - - 15.2.0 204a01f9b0b6 1723eaa4a8ba 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (15m) 6m ago 15m - 2048M 15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:22:32.796 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (14m) 2m ago 14m - 2048M 15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (14m) 6m ago 14m - 2048M 15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 unknown 6m ago 11m - - 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 2m ago 11m - - 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (13m) 6m ago 13m - 4096M 15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (13m) 6m ago 13m - 4096M 15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (13m) 6m ago 13m - 4096M 15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (13m) 6m ago 13m - 4096M 15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (12m) 2m ago 12m - 4096M 15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (12m) 2m ago 12m - 4096M 15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (12m) 2m ago 12m - 4096M 15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (12m) 2m ago 12m - 4096M 15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (3m) 2m ago 11m - - 2a72b385beaf 918a69e43ced 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (6m) 6m ago 6m - - 15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:22:32.797 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (6m) 2m ago 6m - - 15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: cluster 2024-01-16T17:22:32.150129+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.808723+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.809206+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.809566+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.809947+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.810297+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.810634+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.812697+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.813086+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.813447+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.418 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.813793+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[64029]: audit 2024-01-16T17:22:32.814151+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: cluster 2024-01-16T17:22:32.150129+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.808723+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.809206+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.809566+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.809947+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.810297+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.810634+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.812697+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.813086+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.813447+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.813793+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.419 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:33 smithi053 bash[67436]: audit 2024-01-16T17:22:32.814151+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: cluster 2024-01-16T17:22:32.150129+0000 mon.a (mon.0) 819 : cluster [DBG] mgrmap e20: x(active, since 7s), standbys: y 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.808723+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.809206+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.809566+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.809947+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.810297+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.810634+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.812697+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.813086+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.813447+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.813793+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:33 smithi192 bash[64054]: audit 2024-01-16T17:22:32.814151+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:33.541 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-16T17:22:34.126 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:34 smithi053 bash[64029]: audit 2024-01-16T17:22:32.806328+0000 mgr.x (mgr.34913) 5 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:34.127 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:34 smithi053 bash[64029]: cluster 2024-01-16T17:22:32.984824+0000 mgr.x (mgr.34913) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:34.434 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:34 smithi053 bash[67436]: audit 2024-01-16T17:22:32.806328+0000 mgr.x (mgr.34913) 5 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:34.434 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:34 smithi053 bash[67436]: cluster 2024-01-16T17:22:32.984824+0000 mgr.x (mgr.34913) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:34.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:34 smithi192 bash[64054]: audit 2024-01-16T17:22:32.806328+0000 mgr.x (mgr.34913) 5 : audit [DBG] from='client.25183 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:22:34.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:34 smithi192 bash[64054]: cluster 2024-01-16T17:22:32.984824+0000 mgr.x (mgr.34913) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T17:22:34.899 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T17:22:34.900 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:22:34.901 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:22:35.187 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:35 smithi053 bash[64029]: audit 2024-01-16T17:22:34.923265+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.53:0/1806096897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:22:35.187 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:35 smithi053 bash[67436]: audit 2024-01-16T17:22:34.923265+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.53:0/1806096897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:22:35.256 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-16T17:22:35.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:35 smithi192 bash[64054]: audit 2024-01-16T17:22:34.923265+0000 mon.a (mon.0) 820 : audit [DBG] from='client.? 172.21.15.53:0/1806096897' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:22:36.190 INFO:teuthology.orchestra.run.smithi053.stdout:wait for servicemap items w/ changing names to refresh 2024-01-16T17:22:36.197 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:36 smithi053 bash[64029]: cluster 2024-01-16T17:22:34.985213+0000 mgr.x (mgr.34913) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:36.198 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:36 smithi053 bash[67436]: cluster 2024-01-16T17:22:34.985213+0000 mgr.x (mgr.34913) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:36.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:36 smithi192 bash[64054]: cluster 2024-01-16T17:22:34.985213+0000 mgr.x (mgr.34913) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:36.539 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 60' 2024-01-16T17:22:37.413 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:37 smithi053 bash[67436]: cluster 2024-01-16T17:22:36.986019+0000 mgr.x (mgr.34913) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:37.413 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:37 smithi053 bash[64029]: cluster 2024-01-16T17:22:36.986019+0000 mgr.x (mgr.34913) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:37.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:37 smithi192 bash[64054]: cluster 2024-01-16T17:22:36.986019+0000 mgr.x (mgr.34913) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:40.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:40 smithi192 bash[64054]: cluster 2024-01-16T17:22:38.986584+0000 mgr.x (mgr.34913) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:40.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:40 smithi053 bash[67436]: cluster 2024-01-16T17:22:38.986584+0000 mgr.x (mgr.34913) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:40.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:40 smithi053 bash[64029]: cluster 2024-01-16T17:22:38.986584+0000 mgr.x (mgr.34913) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:40.510 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:22:40 smithi053 bash[87353]: time="2024-01-16T17:22:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:41.958 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:22:41 smithi192 bash[77702]: Warning: Permanently added 'smithi192,172.21.15.192' (ECDSA) to the list of known hosts. 2024-01-16T17:22:42.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: cluster 2024-01-16T17:22:40.987206+0000 mgr.x (mgr.34913) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.469655+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.470399+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.474435+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.476526+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.476783+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.480150+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.482642+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[67436]: audit 2024-01-16T17:22:41.747332+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: cluster 2024-01-16T17:22:40.987206+0000 mgr.x (mgr.34913) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.469655+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.470399+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.474435+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.476526+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.476783+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.480150+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.482642+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:42.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:42 smithi053 bash[64029]: audit 2024-01-16T17:22:41.747332+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: cluster 2024-01-16T17:22:40.987206+0000 mgr.x (mgr.34913) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.469655+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.470399+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.474435+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.476526+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.476783+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.433 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.480150+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34913 ' 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-16T17:22:42.434 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.482642+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:42.434 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:42 smithi192 bash[64054]: audit 2024-01-16T17:22:41.747332+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:44.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: cluster 2024-01-16T17:22:42.988000+0000 mgr.x (mgr.34913) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:44.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.478147+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.478812+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.481610+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.790657+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.791084+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.791385+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.791629+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.791861+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.792106+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.792343+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.792572+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:43 smithi192 bash[64054]: audit 2024-01-16T17:22:43.792798+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: cluster 2024-01-16T17:22:42.988000+0000 mgr.x (mgr.34913) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:44.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: cluster 2024-01-16T17:22:42.988000+0000 mgr.x (mgr.34913) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:44.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.478147+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.478147+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.478812+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.478812+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.481610+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.790657+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.791084+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.791385+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.791629+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.791861+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.792106+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.792343+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.792572+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[64029]: audit 2024-01-16T17:22:43.792798+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.481610+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:43.476518Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.790657+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.791084+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.791385+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.791629+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.791861+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.792106+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.792343+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.792572+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:44.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:43 smithi053 bash[67436]: audit 2024-01-16T17:22:43.792798+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: cluster 2024-01-16T17:22:44.988588+0000 mgr.x (mgr.34913) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.275597+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.276239+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.279302+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:46.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.577807+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.578329+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.578650+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.578918+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.579172+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.579406+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.579639+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.579867+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.580115+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.581209+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.581603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[64054]: audit 2024-01-16T17:22:45.584476+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:46.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: cluster 2024-01-16T17:22:44.988588+0000 mgr.x (mgr.34913) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:46.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: cluster 2024-01-16T17:22:44.988588+0000 mgr.x (mgr.34913) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:46.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.275597+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.275597+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.276239+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.279302+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.577807+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.578329+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.578650+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.578918+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.579172+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.579406+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.579639+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.579867+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.580115+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.581209+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.581603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[64029]: audit 2024-01-16T17:22:45.584476+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.276239+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.279302+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:12.007584Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.577807+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.578329+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.513 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.578650+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.578918+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.579172+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.579406+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.579639+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.579867+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.580115+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.581209+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.581603+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:46.514 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:46 smithi053 bash[67436]: audit 2024-01-16T17:22:45.584476+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:46.958 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:22:46 smithi192 bash[78325]: time="2024-01-16T17:22:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:22:47.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:47 smithi192 bash[64054]: cephadm 2024-01-16T17:22:45.594968+0000 mgr.x (mgr.34913) 13 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:22:47.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:47 smithi053 bash[67436]: cephadm 2024-01-16T17:22:45.594968+0000 mgr.x (mgr.34913) 13 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:22:47.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:47 smithi053 bash[64029]: cephadm 2024-01-16T17:22:45.594968+0000 mgr.x (mgr.34913) 13 : cephadm [INF] Deploying daemon alertmanager.a on smithi053 2024-01-16T17:22:48.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:48 smithi192 bash[64054]: cluster 2024-01-16T17:22:46.989304+0000 mgr.x (mgr.34913) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:48.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:48 smithi053 bash[67436]: cluster 2024-01-16T17:22:46.989304+0000 mgr.x (mgr.34913) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:48.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:48 smithi053 bash[64029]: cluster 2024-01-16T17:22:46.989304+0000 mgr.x (mgr.34913) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:50.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:50 smithi053 bash[67436]: cluster 2024-01-16T17:22:48.989753+0000 mgr.x (mgr.34913) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:50.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:50 smithi053 bash[64029]: cluster 2024-01-16T17:22:48.989753+0000 mgr.x (mgr.34913) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:50.260 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 systemd[1]: Starting Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:22:50.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:50 smithi192 bash[64054]: cluster 2024-01-16T17:22:48.989753+0000 mgr.x (mgr.34913) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:50.759 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.420Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.421Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.422Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.53 port=9094 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.423Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 bash[89250]: 23655f20f1d2fabec7fcf21ce5f56e21c0a6efb61ceaaf123a7c6cab7397c9ca 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 systemd[1]: Started Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.450Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.450Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.452Z caller=main.go:518 msg=Listening address=:9093 2024-01-16T17:22:50.760 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:50 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:50.452Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-01-16T17:22:51.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[67436]: audit 2024-01-16T17:22:50.502912+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[64029]: audit 2024-01-16T17:22:50.502912+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[67436]: audit 2024-01-16T17:22:50.503696+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[64029]: audit 2024-01-16T17:22:50.503696+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[64029]: audit 2024-01-16T17:22:50.507631+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[64029]: audit 2024-01-16T17:22:50.511511+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[64029]: audit 2024-01-16T17:22:50.513197+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[67436]: audit 2024-01-16T17:22:50.507631+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[67436]: audit 2024-01-16T17:22:50.511511+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:51.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:51 smithi053 bash[67436]: audit 2024-01-16T17:22:50.513197+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:51.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:51 smithi192 bash[64054]: audit 2024-01-16T17:22:50.502912+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:51 smithi192 bash[64054]: audit 2024-01-16T17:22:50.503696+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:51.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:51 smithi192 bash[64054]: audit 2024-01-16T17:22:50.507631+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 299368448, \"cpu_percentage\": \"1.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475162Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 331245158, \"cpu_percentage\": \"2.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475458Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 259941990, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475587Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98230599, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475716Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 98345943, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475841Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79052144, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.475982Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101470699, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476104Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476242Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55941529, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:43.476314Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:51.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:51 smithi192 bash[64054]: audit 2024-01-16T17:22:50.511511+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:22:51.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:51 smithi192 bash[64054]: audit 2024-01-16T17:22:50.513197+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:22:52.400 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[67436]: cluster 2024-01-16T17:22:50.990282+0000 mgr.x (mgr.34913) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:52.400 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[67436]: audit 2024-01-16T17:22:51.183101+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.400 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[67436]: audit 2024-01-16T17:22:51.183675+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.400 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[67436]: audit 2024-01-16T17:22:51.186576+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:22:52.400 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[64029]: cluster 2024-01-16T17:22:50.990282+0000 mgr.x (mgr.34913) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:52.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[64029]: audit 2024-01-16T17:22:51.183101+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[64029]: audit 2024-01-16T17:22:51.183675+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.401 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:52 smithi053 bash[64029]: audit 2024-01-16T17:22:51.186576+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:22:52.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:52 smithi192 bash[64054]: cluster 2024-01-16T17:22:50.990282+0000 mgr.x (mgr.34913) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:52.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:52 smithi192 bash[64054]: audit 2024-01-16T17:22:51.183101+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:52 smithi192 bash[64054]: audit 2024-01-16T17:22:51.183675+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T17:22:52.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:52 smithi192 bash[64054]: audit 2024-01-16T17:22:51.186576+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70333489-6994-43c9-8824-3555dc8bb13f\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705425029.4322212, \"finished_at\": 1705425751.1764486, \"add_to_ceph_s:\": 1705425021.167726}, {\"id\": \"44eeab99-7a11-4c0a-ac37-76fcb10ddb93\", \"message\": \"Updating alertmanager deployment (+1 -> 1)\", \"refs\": [], \"started_at\": 1705425765.5856035, \"finished_at\": 1705425770.5087345, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T17:22:52.759 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:52 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:52.423Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00037909s 2024-01-16T17:22:53.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.930332+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.361 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.931212+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.934414+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.936784+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.937257+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.939386+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.945852+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.946592+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.947289+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:53.362 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:53 smithi192 bash[64054]: audit 2024-01-16T17:22:52.948335+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T17:22:53.409 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.930332+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.930332+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.409 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.931212+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.410 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.931212+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:53.410 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.934414+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:53.410 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.936784+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.410 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.937257+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.934414+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.936784+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.937257+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.939386+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.945852+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.946592+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.947289+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[64029]: audit 2024-01-16T17:22:52.948335+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T17:22:53.411 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.939386+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:22:53.412 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.945852+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:53.412 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.946592+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:53.412 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.947289+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:53.412 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:53 smithi053 bash[67436]: audit 2024-01-16T17:22:52.948335+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T17:22:54.349 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: cephadm 2024-01-16T17:22:52.945518+0000 mgr.x (mgr.34913) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T17:22:54.349 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: cephadm 2024-01-16T17:22:52.947873+0000 mgr.x (mgr.34913) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi053 2024-01-16T17:22:54.349 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: cluster 2024-01-16T17:22:52.991002+0000 mgr.x (mgr.34913) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:54.350 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: cephadm 2024-01-16T17:22:52.945518+0000 mgr.x (mgr.34913) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T17:22:54.350 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: cephadm 2024-01-16T17:22:52.947873+0000 mgr.x (mgr.34913) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi053 2024-01-16T17:22:54.350 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: cluster 2024-01-16T17:22:52.991002+0000 mgr.x (mgr.34913) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:54.350 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.759362+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.351 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.759362+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.351 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.760044+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.351 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.760044+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.763007+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.764845+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.765572+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.766284+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[67436]: audit 2024-01-16T17:22:53.767340+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T17:22:54.352 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.763007+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:54.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.764845+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:54.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.765572+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:54.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.766284+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:54.353 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:54 smithi053 bash[64029]: audit 2024-01-16T17:22:53.767340+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T17:22:54.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: cephadm 2024-01-16T17:22:52.945518+0000 mgr.x (mgr.34913) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T17:22:54.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: cephadm 2024-01-16T17:22:52.947873+0000 mgr.x (mgr.34913) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi053 2024-01-16T17:22:54.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: cluster 2024-01-16T17:22:52.991002+0000 mgr.x (mgr.34913) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:54.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.759362+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.760044+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.763007+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:01.457195Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.764845+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.765572+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.766284+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:54.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:54 smithi192 bash[64054]: audit 2024-01-16T17:22:53.767340+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T17:22:55.256 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[67436]: cephadm 2024-01-16T17:22:53.764566+0000 mgr.x (mgr.34913) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T17:22:55.257 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[67436]: cephadm 2024-01-16T17:22:53.766921+0000 mgr.x (mgr.34913) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi053 2024-01-16T17:22:55.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[64029]: cephadm 2024-01-16T17:22:53.764566+0000 mgr.x (mgr.34913) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T17:22:55.257 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[64029]: cephadm 2024-01-16T17:22:53.766921+0000 mgr.x (mgr.34913) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi053 2024-01-16T17:22:55.257 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[67436]: audit 2024-01-16T17:22:54.606998+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.258 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[64029]: audit 2024-01-16T17:22:54.606998+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.258 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[64029]: audit 2024-01-16T17:22:54.607661+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.258 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[64029]: audit 2024-01-16T17:22:54.610635+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:55.258 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[67436]: audit 2024-01-16T17:22:54.607661+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:55 smithi053 bash[67436]: audit 2024-01-16T17:22:54.610635+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:55.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:55 smithi192 bash[64054]: cephadm 2024-01-16T17:22:53.764566+0000 mgr.x (mgr.34913) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T17:22:55.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:55 smithi192 bash[64054]: cephadm 2024-01-16T17:22:53.766921+0000 mgr.x (mgr.34913) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi053 2024-01-16T17:22:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:55 smithi192 bash[64054]: audit 2024-01-16T17:22:54.606998+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:55 smithi192 bash[64054]: audit 2024-01-16T17:22:54.607661+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:55.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:55 smithi192 bash[64054]: audit 2024-01-16T17:22:54.610635+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"23655f20f1d2\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 14585692, \"cpu_percentage\": \"27.09%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:22:52.928832Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:50.153237Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:45.594830Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:52.928978Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:56.170 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 systemd[1]: Stopping Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[67436]: cephadm 2024-01-16T17:22:54.612680+0000 mgr.x (mgr.34913) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[67436]: cephadm 2024-01-16T17:22:54.616286+0000 mgr.x (mgr.34913) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi053 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[67436]: cluster 2024-01-16T17:22:54.991363+0000 mgr.x (mgr.34913) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[64029]: cephadm 2024-01-16T17:22:54.612680+0000 mgr.x (mgr.34913) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[64029]: cephadm 2024-01-16T17:22:54.616286+0000 mgr.x (mgr.34913) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi053 2024-01-16T17:22:56.170 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[64029]: cluster 2024-01-16T17:22:54.991363+0000 mgr.x (mgr.34913) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:56.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:56 smithi192 bash[64054]: cephadm 2024-01-16T17:22:54.612680+0000 mgr.x (mgr.34913) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T17:22:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:56 smithi192 bash[64054]: cephadm 2024-01-16T17:22:54.616286+0000 mgr.x (mgr.34913) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi053 2024-01-16T17:22:56.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:56 smithi192 bash[64054]: cluster 2024-01-16T17:22:54.991363+0000 mgr.x (mgr.34913) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:56.473 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[90120]: Error: no container with name or ID "ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager.a" found: no such container 2024-01-16T17:22:56.473 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:56.384Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-01-16T17:22:56.473 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[89264]: level=info ts=2024-01-16T17:22:56.385Z caller=cluster.go:680 component=cluster msg="gossip not settled but continuing anyway" polls=2 elapsed=5.961583468s 2024-01-16T17:22:56.759 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 bash[90159]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a 2024-01-16T17:22:57.142 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-16T17:22:57.142 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 systemd[1]: Stopped Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:22:57.143 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:56 smithi053 systemd[1]: Starting Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.278Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.278Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.279Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.53 port=9094 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.280Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 bash[90278]: 7efbcd2635f8d8eec7d9912eb59390c9320a318dae750b45c9a081fce2167c5a 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 systemd[1]: Started Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.306Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.306Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.309Z caller=main.go:518 msg=Listening address=:9093 2024-01-16T17:22:57.510 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:57 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:57.309Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-01-16T17:22:58.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: cluster 2024-01-16T17:22:56.992158+0000 mgr.x (mgr.34913) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:58.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.320465+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.321206+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.325134+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:58.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.326391+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:58.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.327144+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:58.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.327778+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:58.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:58 smithi192 bash[64054]: audit 2024-01-16T17:22:57.328824+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T17:22:58.411 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: cluster 2024-01-16T17:22:56.992158+0000 mgr.x (mgr.34913) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:58.412 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: cluster 2024-01-16T17:22:56.992158+0000 mgr.x (mgr.34913) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:22:58.413 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.320465+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.413 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.320465+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.414 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.321206+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.414 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.325134+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:58.414 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.326391+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:58.414 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.327144+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:58.415 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.327778+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:58.415 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[64029]: audit 2024-01-16T17:22:57.328824+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T17:22:58.415 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.321206+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:22:58.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.325134+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"1723eaa4a8ba\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 331559731, \"cpu_percentage\": \"2.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928231Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:06:53.244831Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:32.435628Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:22:58.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.326391+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T17:22:58.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.327144+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T17:22:58.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.327778+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:22:58.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:58 smithi053 bash[67436]: audit 2024-01-16T17:22:57.328824+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T17:22:59.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:59 smithi192 bash[64054]: cephadm 2024-01-16T17:22:57.326066+0000 mgr.x (mgr.34913) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T17:22:59.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:59 smithi192 bash[64054]: cephadm 2024-01-16T17:22:57.328377+0000 mgr.x (mgr.34913) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-01-16T17:22:59.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:59 smithi192 bash[64054]: audit 2024-01-16T17:22:58.190639+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:59 smithi192 bash[64054]: audit 2024-01-16T17:22:58.191252+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:22:59 smithi192 bash[64054]: audit 2024-01-16T17:22:58.195666+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:59.509 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:22:59 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:22:59.281Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000700164s 2024-01-16T17:22:59.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[67436]: cephadm 2024-01-16T17:22:57.326066+0000 mgr.x (mgr.34913) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T17:22:59.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[67436]: cephadm 2024-01-16T17:22:57.328377+0000 mgr.x (mgr.34913) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-01-16T17:22:59.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[64029]: cephadm 2024-01-16T17:22:57.326066+0000 mgr.x (mgr.34913) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T17:22:59.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[64029]: cephadm 2024-01-16T17:22:57.328377+0000 mgr.x (mgr.34913) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi192 2024-01-16T17:22:59.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[64029]: audit 2024-01-16T17:22:58.190639+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.511 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[67436]: audit 2024-01-16T17:22:58.190639+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.511 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[64029]: audit 2024-01-16T17:22:58.191252+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.512 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[64029]: audit 2024-01-16T17:22:58.195666+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:22:59.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[67436]: audit 2024-01-16T17:22:58.191252+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:22:59.512 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:22:59 smithi053 bash[67436]: audit 2024-01-16T17:22:58.195666+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"918a69e43ced\", \"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\": 26245857, \"cpu_percentage\": \"0.10%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274243Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:18:41.193594Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:18:38.849067Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:22:45.274524Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:00.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:00 smithi192 bash[64054]: cephadm 2024-01-16T17:22:58.197678+0000 mgr.x (mgr.34913) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:23:00.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:00 smithi192 bash[64054]: cephadm 2024-01-16T17:22:58.205357+0000 mgr.x (mgr.34913) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:23:00.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:00 smithi192 bash[64054]: cluster 2024-01-16T17:22:58.992521+0000 mgr.x (mgr.34913) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:00.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[64029]: cephadm 2024-01-16T17:22:58.197678+0000 mgr.x (mgr.34913) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:23:00.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[64029]: cephadm 2024-01-16T17:22:58.205357+0000 mgr.x (mgr.34913) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:23:00.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[64029]: cluster 2024-01-16T17:22:58.992521+0000 mgr.x (mgr.34913) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:00.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[67436]: cephadm 2024-01-16T17:22:58.197678+0000 mgr.x (mgr.34913) 28 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T17:23:00.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[67436]: cephadm 2024-01-16T17:22:58.205357+0000 mgr.x (mgr.34913) 29 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi192 2024-01-16T17:23:00.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:00 smithi053 bash[67436]: cluster 2024-01-16T17:22:58.992521+0000 mgr.x (mgr.34913) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:02.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:02 smithi192 bash[64054]: cluster 2024-01-16T17:23:00.992829+0000 mgr.x (mgr.34913) 31 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:02.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:02 smithi053 bash[67436]: cluster 2024-01-16T17:23:00.992829+0000 mgr.x (mgr.34913) 31 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:02.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:02 smithi053 bash[64029]: cluster 2024-01-16T17:23:00.992829+0000 mgr.x (mgr.34913) 31 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:04.177 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:03 smithi192 bash[64054]: cluster 2024-01-16T17:23:02.993379+0000 mgr.x (mgr.34913) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:04.177 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 systemd[1]: Stopping Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:04.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:03 smithi053 bash[67436]: cluster 2024-01-16T17:23:02.993379+0000 mgr.x (mgr.34913) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:04.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:03 smithi053 bash[64029]: cluster 2024-01-16T17:23:02.993379+0000 mgr.x (mgr.34913) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:04.458 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.200Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.200Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.200Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[77295]: ts=2024-01-16T17:23:04.201Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T17:23:04.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 podman[79582]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a 2024-01-16T17:23:04.858 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a.service: Succeeded. 2024-01-16T17:23:04.859 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 systemd[1]: Stopped Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:04.859 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 systemd[1]: Starting Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:04.859 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 podman[79624]: Error: no container with ID or name "ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-16T17:23:04.859 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:04 smithi192 systemd[1]: Started Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:05.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.668622+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.668622+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.669481+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.672908+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:05.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.677033+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:05.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.678231+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.678758+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.679112+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.682781+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.688373+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.691034+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.691697+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.692102+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[64029]: audit 2024-01-16T17:23:04.695765+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.669481+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.672908+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.677033+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.678231+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.678758+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.679112+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.682781+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.688373+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.691034+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.691697+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.692102+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:04 smithi053 bash[67436]: audit 2024-01-16T17:23:04.695765+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.005Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.005Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.006Z 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-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.006Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi192 (none))" 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.006Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.006Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.007Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.007Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.008Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.008Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T17:23:05.459 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.010Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.011Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.626µs 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.011Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.011Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.011Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.011Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.012Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.885µs wal_replay_duration=954.728µs wbl_replay_duration=149ns total_replay_duration=1.001909ms 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.013Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.013Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.013Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.025Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.089376ms db_storage=753ns remote_storage=1.016µs web_handler=406ns query_engine=503ns scrape=364.514µs scrape_sd=26.201µs notify=23.317µs notify_sd=14.939µs rules=11.450736ms tracing=5.186µs 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.025Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T17:23:05.460 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[79639]: ts=2024-01-16T17:23:05.025Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T17:23:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.668622+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.669481+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.672908+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 265814016, \"cpu_percentage\": \"0.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273759Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 447951667, \"cpu_percentage\": \"4.45%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T17:22:45.273897Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103934853, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.273982Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95462359, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274058Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86192947, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274122Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 101040783, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274182Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"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\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274303Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41125150, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274341Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55480156, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:45.274402Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.677033+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.678231+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.678758+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.679112+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.682781+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi053.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.688373+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.691034+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.691697+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.692102+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T17:23:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:04 smithi192 bash[64054]: audit 2024-01-16T17:23:04.695765+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi192.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T17:23:06.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: audit 2024-01-16T17:23:04.677450+0000 mgr.x (mgr.34913) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:06.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: audit 2024-01-16T17:23:04.678522+0000 mgr.x (mgr.34913) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: audit 2024-01-16T17:23:04.688936+0000 mgr.x (mgr.34913) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: audit 2024-01-16T17:23:04.691386+0000 mgr.x (mgr.34913) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: cephadm 2024-01-16T17:23:04.697306+0000 mgr.x (mgr.34913) 37 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[67436]: cluster 2024-01-16T17:23:04.993769+0000 mgr.x (mgr.34913) 38 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: audit 2024-01-16T17:23:04.677450+0000 mgr.x (mgr.34913) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: audit 2024-01-16T17:23:04.678522+0000 mgr.x (mgr.34913) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: audit 2024-01-16T17:23:04.688936+0000 mgr.x (mgr.34913) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: audit 2024-01-16T17:23:04.691386+0000 mgr.x (mgr.34913) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: cephadm 2024-01-16T17:23:04.697306+0000 mgr.x (mgr.34913) 37 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:23:06.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:05 smithi053 bash[64029]: cluster 2024-01-16T17:23:04.993769+0000 mgr.x (mgr.34913) 38 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: audit 2024-01-16T17:23:04.677450+0000 mgr.x (mgr.34913) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: audit 2024-01-16T17:23:04.678522+0000 mgr.x (mgr.34913) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi053.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: audit 2024-01-16T17:23:04.688936+0000 mgr.x (mgr.34913) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: audit 2024-01-16T17:23:04.691386+0000 mgr.x (mgr.34913) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: cephadm 2024-01-16T17:23:04.697306+0000 mgr.x (mgr.34913) 37 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:05 smithi192 bash[64054]: cluster 2024-01-16T17:23:04.993769+0000 mgr.x (mgr.34913) 38 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.033051+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.033513+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.036317+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.036858+0000 mgr.x (mgr.34913) 39 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.036947+0000 mgr.x (mgr.34913) 40 : 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-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.037857+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.038888+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.039136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.042107+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.043066+0000 mgr.x (mgr.34913) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.043555+0000 mgr.x (mgr.34913) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.959215+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.959781+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.963483+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.965222+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.965480+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.966360+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.967194+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:07.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[67436]: audit 2024-01-16T17:23:06.968359+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T17:23:07.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.033051+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.033513+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.036317+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.036858+0000 mgr.x (mgr.34913) 39 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.036947+0000 mgr.x (mgr.34913) 40 : 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-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.037857+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.038888+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.039136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.042107+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.043066+0000 mgr.x (mgr.34913) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.043555+0000 mgr.x (mgr.34913) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.959215+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.959781+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.963483+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.965222+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.965480+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.966360+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:07.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.967194+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:07.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:06 smithi053 bash[64029]: audit 2024-01-16T17:23:06.968359+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.033051+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.033513+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.036317+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34913 ' 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\": \"844d5fb0-ba9e-4278-8253-fcd55abdc588\", \"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-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.036858+0000 mgr.x (mgr.34913) 39 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.036947+0000 mgr.x (mgr.34913) 40 : 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-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.037857+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.038888+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.039136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.042107+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.043066+0000 mgr.x (mgr.34913) 41 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.043555+0000 mgr.x (mgr.34913) 42 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.959215+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.959781+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.963483+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34913 ' 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-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.965222+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.965480+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.966360+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.967194+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:07.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:06 smithi192 bash[64054]: audit 2024-01-16T17:23:06.968359+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T17:23:07.546 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:23:07 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:23:07.283Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002791575s 2024-01-16T17:23:08.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.958716+0000 mgr.x (mgr.34913) 43 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T17:23:08.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[64029]: cephadm 2024-01-16T17:23:06.967861+0000 mgr.x (mgr.34913) 44 : cephadm [INF] Deploying daemon mgr.y on smithi053 2024-01-16T17:23:08.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[64029]: cluster 2024-01-16T17:23:06.994399+0000 mgr.x (mgr.34913) 45 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:08.260 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:07 smithi053 systemd[1]: Stopping Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.958716+0000 mgr.x (mgr.34913) 43 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T17:23:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[67436]: cephadm 2024-01-16T17:23:06.967861+0000 mgr.x (mgr.34913) 44 : cephadm [INF] Deploying daemon mgr.y on smithi053 2024-01-16T17:23:08.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:08 smithi053 bash[67436]: cluster 2024-01-16T17:23:06.994399+0000 mgr.x (mgr.34913) 45 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:08.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:08 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.958716+0000 mgr.x (mgr.34913) 43 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T17:23:08.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:08 smithi192 bash[64054]: cephadm 2024-01-16T17:23:06.967861+0000 mgr.x (mgr.34913) 44 : cephadm [INF] Deploying daemon mgr.y on smithi053 2024-01-16T17:23:08.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:08 smithi192 bash[64054]: cluster 2024-01-16T17:23:06.994399+0000 mgr.x (mgr.34913) 45 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:10.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:10 smithi053 bash[67436]: cluster 2024-01-16T17:23:08.995005+0000 mgr.x (mgr.34913) 46 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:10.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:10 smithi053 bash[64029]: cluster 2024-01-16T17:23:08.995005+0000 mgr.x (mgr.34913) 46 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:10.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:10 smithi192 bash[64054]: cluster 2024-01-16T17:23:08.995005+0000 mgr.x (mgr.34913) 46 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:12.259 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:12 smithi053 bash[64029]: cluster 2024-01-16T17:23:10.995396+0000 mgr.x (mgr.34913) 47 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:12.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:12 smithi053 bash[67436]: cluster 2024-01-16T17:23:10.995396+0000 mgr.x (mgr.34913) 47 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:12.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:12 smithi192 bash[64054]: cluster 2024-01-16T17:23:10.995396+0000 mgr.x (mgr.34913) 47 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:14.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:13 smithi053 bash[64029]: cluster 2024-01-16T17:23:12.996251+0000 mgr.x (mgr.34913) 48 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:14.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:13 smithi053 bash[67436]: cluster 2024-01-16T17:23:12.996251+0000 mgr.x (mgr.34913) 48 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:14.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:13 smithi192 bash[64054]: cluster 2024-01-16T17:23:12.996251+0000 mgr.x (mgr.34913) 48 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:16.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:16 smithi192 bash[64054]: cluster 2024-01-16T17:23:14.996674+0000 mgr.x (mgr.34913) 49 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:16.496 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:16 smithi053 bash[67436]: cluster 2024-01-16T17:23:14.996674+0000 mgr.x (mgr.34913) 49 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:16.496 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:16 smithi053 bash[64029]: cluster 2024-01-16T17:23:14.996674+0000 mgr.x (mgr.34913) 49 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:16.759 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:23:16 smithi053 bash[87353]: time="2024-01-16T17:23:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:23:18.228 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:18 smithi053 bash[67436]: cluster 2024-01-16T17:23:16.997373+0000 mgr.x (mgr.34913) 50 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:18.229 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:18 smithi053 bash[64029]: cluster 2024-01-16T17:23:16.997373+0000 mgr.x (mgr.34913) 50 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:18.229 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:17 smithi053 bash[90646]: time="2024-01-16T17:23:17Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-01-16T17:23:18.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:18 smithi192 bash[64054]: cluster 2024-01-16T17:23:16.997373+0000 mgr.x (mgr.34913) 50 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:18.509 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:18 smithi053 bash[90646]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.y 2024-01-16T17:23:18.509 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:18 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-01-16T17:23:19.010 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:18 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-01-16T17:23:19.010 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:18 smithi053 systemd[1]: Stopped Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:19.010 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:18 smithi053 systemd[1]: Starting Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:19.677 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:19 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:19.568+0000 7f093d355700 1 -- 172.21.15.53:0/3682128611 <== mon.1 v2:172.21.15.53:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d4debd64e0 con 0x55d4debaac00 2024-01-16T17:23:19.678 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:19 smithi053 bash[90838]: a5e690ae6f2abb255484a847849b312c99db97c3555704f4a08c6a61df2d87b1 2024-01-16T17:23:19.678 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:19 smithi053 systemd[1]: Started Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:19.678 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:19 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:19.701+0000 7f094d94d680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T17:23:20.009 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:19 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:19.787+0000 7f094d94d680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T17:23:20.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: cluster 2024-01-16T17:23:18.997979+0000 mgr.x (mgr.34913) 51 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:20.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.635998+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.636721+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.639807+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:20.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.641485+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:20.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.643197+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:20.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:20 smithi192 bash[64054]: audit 2024-01-16T17:23:19.643492+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:20.406 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: cluster 2024-01-16T17:23:18.997979+0000 mgr.x (mgr.34913) 51 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:20.406 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:20 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:20.220+0000 7f094d94d680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T17:23:20.407 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: cluster 2024-01-16T17:23:18.997979+0000 mgr.x (mgr.34913) 51 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:20.407 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.635998+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.407 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.636721+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.407 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.639807+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:20.407 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.635998+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.408 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.641485+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:20.408 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.643197+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:20.408 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[67436]: audit 2024-01-16T17:23:19.643492+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:20.408 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.636721+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:20.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.639807+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 306289049, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928045Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 265709158, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928318Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98618572, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928396Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98765373, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928475Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79324774, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928552Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101921587, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928630Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928708Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55972986, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:22:52.928755Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [9093, 9094]}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:20.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.641485+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:20.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.643197+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:20.409 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:20 smithi053 bash[64029]: audit 2024-01-16T17:23:19.643492+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:21.372 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:21 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:21.061+0000 7f094d94d680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T17:23:21.372 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:21 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:21.149+0000 7f094d94d680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T17:23:21.372 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:21 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:21.394+0000 7f094d94d680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T17:23:22.208 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:22 smithi192 bash[64054]: cluster 2024-01-16T17:23:20.998372+0000 mgr.x (mgr.34913) 52 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:22.464 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:22 smithi053 bash[67436]: cluster 2024-01-16T17:23:20.998372+0000 mgr.x (mgr.34913) 52 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:22.464 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:22 smithi053 bash[64029]: cluster 2024-01-16T17:23:20.998372+0000 mgr.x (mgr.34913) 52 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:22.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:22 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:22.487+0000 7f094d94d680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T17:23:22.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:22 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:22.622+0000 7f094d94d680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:23:22.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:22 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:22.705+0000 7f094d94d680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T17:23:23.043 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:22 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:22.809+0000 7f094d94d680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T17:23:23.043 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:23 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:23.021+0000 7f094d94d680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T17:23:23.296 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.445178+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.296 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.445178+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.297 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.445773+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.297 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.445773+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.298 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.448741+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.298 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.448741+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.298 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.774156+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.299 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.774156+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.299 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.774809+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.299 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.774809+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.778136+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.782551+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.782894+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.786140+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.778136+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.782551+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.782894+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.300 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.786140+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.792226+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.793439+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.793821+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.797147+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.797686+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: cluster 2024-01-16T17:23:22.802892+0000 mon.a (mon.0) 870 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.804108+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.804676+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34913 ' 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-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.805530+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.301 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[64029]: audit 2024-01-16T17:23:22.805914+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.792226+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.793439+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.793821+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.797147+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.797686+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: cluster 2024-01-16T17:23:22.802892+0000 mon.a (mon.0) 870 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.804108+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.804676+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34913 ' 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-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.805530+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.302 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:23 smithi053 bash[67436]: audit 2024-01-16T17:23:22.805914+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.445178+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.445773+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.448741+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 303248179, \"cpu_percentage\": \"1.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443122Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 45088768, \"cpu_percentage\": \"110.37%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:22.443278Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 285212672, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443358Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100149493, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443430Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100317265, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443516Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80331407, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443581Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 103683194, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443646Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443711Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56077844, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.443748Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\", \"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\"], \"memory_usage\": 18108907, \"cpu_percentage\": \"0.45%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:22.443813Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.443950Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.774156+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.774809+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T17:23:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.778136+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 292972134, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772291Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 455606272, \"cpu_percentage\": \"4.04%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772426Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106325606, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772493Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97685340, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772555Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87954554, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772616Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 103033077, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772675Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28835840, \"cpu_percentage\": \"0.94%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772735Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772793Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41146122, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772829Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55616471, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:22.772886Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:22.773019Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T17:23:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.782551+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.782894+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.786140+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.792226+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.793439+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.793821+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.797147+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.797686+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: cluster 2024-01-16T17:23:22.802892+0000 mon.a (mon.0) 870 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.804108+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' 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-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.804676+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.34913 ' 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-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.805530+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34913 172.21.15.192:0/303140095' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[64054]: audit 2024-01-16T17:23:22.805914+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T17:23:23.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:23 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:23.319+0000 7f094d94d680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T17:23:23.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:23 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:23.423+0000 7f094d94d680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T17:23:24.046 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[77702]: debug 2024-01-16T17:23:23.788+0000 7f97527a1700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-16T17:23:24.046 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[77702]: ignoring --setuser ceph since I am not root 2024-01-16T17:23:24.046 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[77702]: ignoring --setgroup ceph since I am not root 2024-01-16T17:23:24.046 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[77702]: debug 2024-01-16T17:23:23.828+0000 7f1205b37700 1 -- 172.21.15.192:0/3715378959 <== mon.2 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e91d6da4e0 con 0x55e91d6b1000 2024-01-16T17:23:24.047 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:23 smithi192 bash[77702]: debug 2024-01-16T17:23:23.951+0000 7f1215d11680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T17:23:24.047 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[77702]: debug 2024-01-16T17:23:24.033+0000 7f1215d11680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cephadm 2024-01-16T17:23:22.794624+0000 mgr.x (mgr.34913) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cephadm 2024-01-16T17:23:22.794993+0000 mgr.x (mgr.34913) 54 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cephadm 2024-01-16T17:23:22.796767+0000 mgr.x (mgr.34913) 55 : cephadm [INF] Failing over to other MGR 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cluster 2024-01-16T17:23:22.998728+0000 mgr.x (mgr.34913) 56 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: audit 2024-01-16T17:23:23.788809+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cluster 2024-01-16T17:23:23.788856+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e21: y(active, starting, since 0.990557s) 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: audit 2024-01-16T17:23:23.802726+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T17:23:24.362 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[64029]: cluster 2024-01-16T17:23:23.802781+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.201+0000 7f094d94d680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.287+0000 7f094d94d680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.385+0000 7f094d94d680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cephadm 2024-01-16T17:23:22.794624+0000 mgr.x (mgr.34913) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cephadm 2024-01-16T17:23:22.794993+0000 mgr.x (mgr.34913) 54 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cephadm 2024-01-16T17:23:22.796767+0000 mgr.x (mgr.34913) 55 : cephadm [INF] Failing over to other MGR 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cluster 2024-01-16T17:23:22.998728+0000 mgr.x (mgr.34913) 56 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: audit 2024-01-16T17:23:23.788809+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cluster 2024-01-16T17:23:23.788856+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e21: y(active, starting, since 0.990557s) 2024-01-16T17:23:24.363 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: audit 2024-01-16T17:23:23.802726+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T17:23:24.364 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:24 smithi053 bash[67436]: cluster 2024-01-16T17:23:23.802781+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T17:23:24.374 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[78325]: time="2024-01-16T17:23:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:23:24.374 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cephadm 2024-01-16T17:23:22.794624+0000 mgr.x (mgr.34913) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cephadm 2024-01-16T17:23:22.794993+0000 mgr.x (mgr.34913) 54 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cephadm 2024-01-16T17:23:22.796767+0000 mgr.x (mgr.34913) 55 : cephadm [INF] Failing over to other MGR 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cluster 2024-01-16T17:23:22.998728+0000 mgr.x (mgr.34913) 56 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: audit 2024-01-16T17:23:23.788809+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cluster 2024-01-16T17:23:23.788856+0000 mon.a (mon.0) 874 : cluster [DBG] mgrmap e21: y(active, starting, since 0.990557s) 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: audit 2024-01-16T17:23:23.802726+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34913 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T17:23:24.375 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[64054]: cluster 2024-01-16T17:23:23.802781+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T17:23:24.708 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:24 smithi192 bash[77702]: debug 2024-01-16T17:23:24.398+0000 7f1215d11680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T17:23:24.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.570+0000 7f094d94d680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T17:23:25.099 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.842+0000 7f094d94d680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T17:23:25.099 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:24 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:24.981+0000 7f094d94d680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T17:23:25.370 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:25 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:25.122+0000 7f094d94d680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:23:25.370 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:25 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:25.304+0000 7f094d94d680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T17:23:25.415 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[77702]: debug 2024-01-16T17:23:25.143+0000 7f1215d11680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T17:23:25.415 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[77702]: debug 2024-01-16T17:23:25.227+0000 7f1215d11680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T17:23:25.708 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[77702]: debug 2024-01-16T17:23:25.439+0000 7f1215d11680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T17:23:25.708 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: cluster 2024-01-16T17:23:25.408685+0000 mon.a (mon.0) 877 : cluster [INF] Active manager daemon y restarted 2024-01-16T17:23:25.708 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: cluster 2024-01-16T17:23:25.409332+0000 mon.a (mon.0) 878 : cluster [INF] Activating manager daemon y 2024-01-16T17:23:25.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: audit 2024-01-16T17:23:25.409498+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T17:23:25.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: cluster 2024-01-16T17:23:25.412391+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T17:23:25.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: audit 2024-01-16T17:23:25.412735+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:25.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: audit 2024-01-16T17:23:25.414008+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T17:23:25.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:25 smithi192 bash[64054]: audit 2024-01-16T17:23:25.414339+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:25.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:25 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:25.393+0000 7f094d94d680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: cluster 2024-01-16T17:23:25.408685+0000 mon.a (mon.0) 877 : cluster [INF] Active manager daemon y restarted 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: cluster 2024-01-16T17:23:25.409332+0000 mon.a (mon.0) 878 : cluster [INF] Activating manager daemon y 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: audit 2024-01-16T17:23:25.409498+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: cluster 2024-01-16T17:23:25.412391+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: audit 2024-01-16T17:23:25.412735+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: audit 2024-01-16T17:23:25.414008+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[64029]: audit 2024-01-16T17:23:25.414339+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: cluster 2024-01-16T17:23:25.408685+0000 mon.a (mon.0) 877 : cluster [INF] Active manager daemon y restarted 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: cluster 2024-01-16T17:23:25.409332+0000 mon.a (mon.0) 878 : cluster [INF] Activating manager daemon y 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: audit 2024-01-16T17:23:25.409498+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: cluster 2024-01-16T17:23:25.412391+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T17:23:25.760 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: audit 2024-01-16T17:23:25.412735+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:25.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: audit 2024-01-16T17:23:25.414008+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T17:23:25.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:25 smithi053 bash[67436]: audit 2024-01-16T17:23:25.414339+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:26.648 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[64054]: cluster 2024-01-16T17:23:25.464801+0000 mon.a (mon.0) 880 : cluster [DBG] mgrmap e22: y(active, starting, since 0.0556211s) 2024-01-16T17:23:26.649 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[77702]: debug 2024-01-16T17:23:26.371+0000 7f1215d11680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T17:23:26.649 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[77702]: debug 2024-01-16T17:23:26.500+0000 7f1215d11680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:23:26.649 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[77702]: debug 2024-01-16T17:23:26.582+0000 7f1215d11680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T17:23:26.759 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:26 smithi053 bash[67436]: cluster 2024-01-16T17:23:25.464801+0000 mon.a (mon.0) 880 : cluster [DBG] mgrmap e22: y(active, starting, since 0.0556211s) 2024-01-16T17:23:26.759 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:26 smithi053 bash[64029]: cluster 2024-01-16T17:23:25.464801+0000 mon.a (mon.0) 880 : cluster [DBG] mgrmap e22: y(active, starting, since 0.0556211s) 2024-01-16T17:23:26.958 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[77702]: debug 2024-01-16T17:23:26.672+0000 7f1215d11680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T17:23:26.958 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:26 smithi192 bash[77702]: debug 2024-01-16T17:23:26.867+0000 7f1215d11680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T17:23:27.458 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:27 smithi192 bash[77702]: debug 2024-01-16T17:23:27.147+0000 7f1215d11680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T17:23:27.458 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:27 smithi192 bash[77702]: debug 2024-01-16T17:23:27.244+0000 7f1215d11680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T17:23:28.209 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:27 smithi192 bash[77702]: debug 2024-01-16T17:23:27.962+0000 7f1215d11680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T17:23:28.209 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.043+0000 7f1215d11680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T17:23:28.209 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.134+0000 7f1215d11680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T17:23:28.545 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.307+0000 7f1215d11680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T17:23:28.807 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.567+0000 7f1215d11680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T17:23:28.807 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.698+0000 7f1215d11680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T17:23:29.062 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:28 smithi192 bash[77702]: debug 2024-01-16T17:23:28.829+0000 7f1215d11680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T17:23:29.062 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[77702]: debug 2024-01-16T17:23:29.001+0000 7f1215d11680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[77702]: debug 2024-01-16T17:23:29.085+0000 7f1215d11680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[64054]: audit 2024-01-16T17:23:29.100932+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[64054]: cluster 2024-01-16T17:23:29.100963+0000 mon.a (mon.0) 881 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[64054]: audit 2024-01-16T17:23:29.101236+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[64054]: audit 2024-01-16T17:23:29.102154+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:23:29.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:29 smithi192 bash[64054]: audit 2024-01-16T17:23:29.102382+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:29.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[67436]: audit 2024-01-16T17:23:29.100932+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:23:29.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[67436]: cluster 2024-01-16T17:23:29.100963+0000 mon.a (mon.0) 881 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:23:29.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[67436]: audit 2024-01-16T17:23:29.101236+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:29.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[67436]: audit 2024-01-16T17:23:29.102154+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:23:29.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[67436]: audit 2024-01-16T17:23:29.102382+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[64029]: audit 2024-01-16T17:23:29.100932+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T17:23:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[64029]: cluster 2024-01-16T17:23:29.100963+0000 mon.a (mon.0) 881 : cluster [DBG] Standby manager daemon x started 2024-01-16T17:23:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[64029]: audit 2024-01-16T17:23:29.101236+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[64029]: audit 2024-01-16T17:23:29.102154+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T17:23:29.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:29 smithi053 bash[64029]: audit 2024-01-16T17:23:29.102382+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.192:0/124043633' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:30.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:30 smithi192 bash[64054]: audit 2024-01-16T17:23:29.159404+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:23:30.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:30 smithi192 bash[64054]: cluster 2024-01-16T17:23:29.159728+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e23: y(active, starting, since 3s), standbys: x 2024-01-16T17:23:30.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:30 smithi192 bash[64054]: audit 2024-01-16T17:23:29.159783+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:23:30.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[67436]: audit 2024-01-16T17:23:29.159404+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:23:30.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[67436]: cluster 2024-01-16T17:23:29.159728+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e23: y(active, starting, since 3s), standbys: x 2024-01-16T17:23:30.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[67436]: audit 2024-01-16T17:23:29.159783+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:23:30.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[64029]: audit 2024-01-16T17:23:29.159404+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T17:23:30.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[64029]: cluster 2024-01-16T17:23:29.159728+0000 mon.a (mon.0) 882 : cluster [DBG] mgrmap e23: y(active, starting, since 3s), standbys: x 2024-01-16T17:23:30.510 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:30 smithi053 bash[64029]: audit 2024-01-16T17:23:29.159783+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T17:23:31.759 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:31 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: [80B blob data] 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:31 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: [79B blob data] 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.465914+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.466181+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.466410+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.468086+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.468429+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.468761+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:23:31.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.469086+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.469366+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.469711+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.470027+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.470382+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.470765+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.471024+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.471466+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.472390+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.473296+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.473694+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:23:31.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.474091+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.465914+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.466181+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.466410+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.468086+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.468429+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.468761+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.469086+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.469366+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.469711+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.470027+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:23:31.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.470382+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.470765+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.471024+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.471466+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.472390+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.473296+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.473694+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.474091+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.474470+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:23:31.763 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.474915+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.475317+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.475694+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.476057+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.476426+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.476797+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.477176+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.477536+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.477915+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.478280+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.478649+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.479027+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.479385+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:23:31.764 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.479744+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.480137+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.480515+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.480890+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.481264+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: audit 2024-01-16T17:23:31.481613+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[64029]: cluster 2024-01-16T17:23:31.508475+0000 mon.a (mon.0) 883 : cluster [INF] Manager daemon y is now available 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.474470+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.474915+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.475317+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.475694+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.476057+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:23:31.765 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.476426+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.476797+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.477176+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.477536+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.477915+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.478280+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.478649+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.479027+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.479385+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.479744+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.480137+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.480515+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.480890+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.481264+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:23:31.766 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: audit 2024-01-16T17:23:31.481613+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:23:31.767 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:31 smithi053 bash[67436]: cluster 2024-01-16T17:23:31.508475+0000 mon.a (mon.0) 883 : cluster [INF] Manager daemon y is now available 2024-01-16T17:23:31.958 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.465914+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.466181+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.466410+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.468086+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.468429+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.468761+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.469086+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.469366+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.469711+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.470027+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.470382+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.470765+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.471024+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.471466+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.472390+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.473296+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T17:23:31.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.473694+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.474091+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.474470+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi053"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.474915+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi192"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.475317+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.475694+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.476057+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.476426+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.476797+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.477176+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.477536+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.477915+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.478280+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.478649+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.479027+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.479385+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T17:23:31.960 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.479744+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.480137+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.480515+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.480890+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.481264+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: audit 2024-01-16T17:23:31.481613+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T17:23:31.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:31 smithi192 bash[64054]: cluster 2024-01-16T17:23:31.508475+0000 mon.a (mon.0) 883 : cluster [INF] Manager daemon y is now available 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: cephadm 2024-01-16T17:23:31.522411+0000 mgr.y (mgr.25195) 1 : cephadm [INF] inventory: adjusted host smithi192 addr 'smithi192' -> '172.21.15.192' 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.526084+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.526395+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.529170+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: cluster 2024-01-16T17:23:31.567717+0000 mon.a (mon.0) 886 : cluster [DBG] mgrmap e24: y(active, since 6s), standbys: x 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: cluster 2024-01-16T17:23:31.572601+0000 mgr.y (mgr.25195) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.632721+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.634150+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.709 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.674560+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.674926+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.680472+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.680812+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.848276+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:32.710 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:32 smithi192 bash[64054]: audit 2024-01-16T17:23:31.851533+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: cephadm 2024-01-16T17:23:31.522411+0000 mgr.y (mgr.25195) 1 : cephadm [INF] inventory: adjusted host smithi192 addr 'smithi192' -> '172.21.15.192' 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.526084+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.526395+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.529170+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: cluster 2024-01-16T17:23:31.567717+0000 mon.a (mon.0) 886 : cluster [DBG] mgrmap e24: y(active, since 6s), standbys: x 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: cluster 2024-01-16T17:23:31.572601+0000 mgr.y (mgr.25195) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.632721+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.634150+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.674560+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.760 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.674926+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.680472+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.680812+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.848276+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[64029]: audit 2024-01-16T17:23:31.851533+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: cephadm 2024-01-16T17:23:31.522411+0000 mgr.y (mgr.25195) 1 : cephadm [INF] inventory: adjusted host smithi192 addr 'smithi192' -> '172.21.15.192' 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.526084+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.526395+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T17:23:32.761 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.529170+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi053\": {\"hostname\": \"smithi053\", \"addr\": \"172.21.15.53\", \"labels\": [], \"status\": \"\"}, \"smithi192\": {\"hostname\": \"smithi192\", \"addr\": \"172.21.15.192\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: cluster 2024-01-16T17:23:31.567717+0000 mon.a (mon.0) 886 : cluster [DBG] mgrmap e24: y(active, since 6s), standbys: x 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: cluster 2024-01-16T17:23:31.572601+0000 mgr.y (mgr.25195) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.632721+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.634150+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.674560+0000 mon.c (mon.1) 88 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.674926+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.680472+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.680812+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.848276+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:32.762 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:32 smithi053 bash[67436]: audit 2024-01-16T17:23:31.851533+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T17:23:34.192 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:33 smithi192 bash[64054]: cluster 2024-01-16T17:23:33.470064+0000 mgr.y (mgr.25195) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:34.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:33 smithi053 bash[67436]: cluster 2024-01-16T17:23:33.470064+0000 mgr.y (mgr.25195) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:34.259 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:33 smithi053 bash[64029]: cluster 2024-01-16T17:23:33.470064+0000 mgr.y (mgr.25195) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: cluster 2024-01-16T17:23:33.995643+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-01-16T17:23:35.209 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.506763+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.507284+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.511114+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.800838+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.801285+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.801580+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.801845+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.802120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.802377+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.802657+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.802941+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:34 smithi192 bash[64054]: audit 2024-01-16T17:23:34.803228+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: cluster 2024-01-16T17:23:33.995643+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-01-16T17:23:35.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: cluster 2024-01-16T17:23:33.995643+0000 mon.a (mon.0) 889 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-01-16T17:23:35.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.506763+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.506763+0000 mon.c (mon.1) 92 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.507284+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.507284+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.511114+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.800838+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.801285+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.801580+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.801845+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.802120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.802377+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.802657+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.802941+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[64029]: audit 2024-01-16T17:23:34.803228+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.511114+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi053","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi053\", \"container_id\": \"8c869d498f99\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 318767104, \"cpu_percentage\": \"1.68%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504670Z\", \"created\": \"2024-01-16T17:06:48.745983Z\", \"started\": \"2024-01-16T17:06:52.061452Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi053\", \"container_id\": \"a5e690ae6f2a\", \"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\": 442079641, \"cpu_percentage\": \"55.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T17:23:34.504873Z\", \"created\": \"2024-01-16T17:06:53.213896Z\", \"started\": \"2024-01-16T17:23:19.052258Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi053\", \"container_id\": \"857a518f3121\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 294649856, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.504958Z\", \"created\": \"2024-01-16T17:08:03.279534Z\", \"started\": \"2024-01-16T17:08:03.311191Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi053\", \"container_id\": \"518b5639c6bb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101816729, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505043Z\", \"created\": \"2024-01-16T17:08:41.487791Z\", \"started\": \"2024-01-16T17:08:55.465241Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi053\", \"container_id\": \"a50d9dc74c96\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 102015959, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505110Z\", \"created\": \"2024-01-16T17:08:55.973509Z\", \"started\": \"2024-01-16T17:09:09.654710Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi053\", \"container_id\": \"f185a75c2276\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81547755, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505174Z\", \"created\": \"2024-01-16T17:09:10.177233Z\", \"started\": \"2024-01-16T17:09:23.643423Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi053\", \"container_id\": \"a416e43a41a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 105486745, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505240Z\", \"created\": \"2024-01-16T17:09:23.922966Z\", \"started\": \"2024-01-16T17:09:25.057255Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi053\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505304Z\", \"created\": \"2024-01-16T17:10:40.162474Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi053.mkddcp\", \"daemon_name\": \"rgw.r.z.smithi053.mkddcp\", \"hostname\": \"smithi053\", \"container_id\": \"8a15e86a257c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56895733, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:34.505343Z\", \"created\": \"2024-01-16T17:16:04.433131Z\", \"started\": \"2024-01-16T17:16:04.466241Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi053\", \"container_id\": \"7efbcd2635f8\", \"container_image_id\": \"ba2b418f427c0636d654de8757e830c80168e76482bcc46bb2138e569d6c91d4\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.23.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:9ab73a421b65b80be072f96a88df756fc5b52a1bc8d983537b8ec5be8b624c5a\", \"quay.io/prometheus/alertmanager@sha256:3915fd90525daa23260082194e3ca8a75c51af5d436b64eeff16f0c7e54ef829\"], \"memory_usage\": 18119393, \"cpu_percentage\": \"0.43%\", \"version\": \"0.23.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [9093, 9094], \"last_refresh\": \"2024-01-16T17:23:34.505407Z\", \"created\": \"2024-01-16T17:22:50.449033Z\", \"started\": \"2024-01-16T17:22:57.008295Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 480103981056.0, \"human_readable_size\": \"447.13 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043580Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ad567fac-b8fb-4d49-af40-edb096b95029\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pUZHbH-4DXW-jufZ-aDL3-cX3E-6y7f-oK6eSt\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"aa8345bb-a9d2-4fe2-904f-305010b8539f\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"JQIQMx-2DVQ-pu9Q-pg0z-fuBB-63pK-JFYnB9\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2dac01bb-38b9-4123-8c3a-fb33db9a1773\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"pEpJoF-nDL8-vdbM-59IU-hvU6-ZQ33-bO5fed\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dab056c9-6047-4d4d-9de7-2b149fa9c43e\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"kKVIyH-RS3m-Wt17-lmCP-x71X-ILKN-NfPgPZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPED1D480GA_PHMB751300G8480DGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.043592Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4J2LS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:53.766832Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T17:23:06.967738Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T17:08:52.047740Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:06.312845Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:20.245367Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:22.353836Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:39.610693Z\"}, \"rgw.r.z.smithi053.mkddcp\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:03.202480Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T17:22:54.616152Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:52.947785Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:34.505537Z\", \"last_device_update\": \"2024-01-16T17:09:27.646726Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.115858Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.800838+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.801285+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.801580+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.801845+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.802120+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.802377+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.802657+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.802941+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:35.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:34 smithi053 bash[67436]: audit 2024-01-16T17:23:34.803228+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.055639+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.055639+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.261 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.056144+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.261 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.056144+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.059331+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.338019+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.262 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.338453+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.059331+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:36.262 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.338019+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.338453+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.338836+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.339183+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.339513+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.339830+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.340171+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.340496+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.340834+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.263 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.342302+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.342582+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.345624+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.352418+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.353451+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: audit 2024-01-16T17:23:35.353725+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[64029]: cluster 2024-01-16T17:23:35.470429+0000 mgr.y (mgr.25195) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.338836+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.339183+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.339513+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.339830+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.264 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.340171+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.340496+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.340834+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.342302+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.342582+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.345624+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.352418+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.353451+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: audit 2024-01-16T17:23:35.353725+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.265 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:35 smithi053 bash[67436]: cluster 2024-01-16T17:23:35.470429+0000 mgr.y (mgr.25195) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.055639+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.056144+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.059331+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi192","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi192\", \"container_id\": \"f3d1557caf33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"0.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053687Z\", \"created\": \"2024-01-16T17:08:14.561944Z\", \"started\": \"2024-01-16T17:08:14.591934Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi192\", \"container_id\": \"9c7716879acf\", \"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\": 409049497, \"cpu_percentage\": \"6.58%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053841Z\", \"created\": \"2024-01-16T17:08:31.424601Z\", \"started\": \"2024-01-16T17:19:52.871318Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi192\", \"container_id\": \"38ffd472ce2b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 107374182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.053935Z\", \"created\": \"2024-01-16T17:09:34.215312Z\", \"started\": \"2024-01-16T17:09:47.893496Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi192\", \"container_id\": \"f51e959498ea\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99373547, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054008Z\", \"created\": \"2024-01-16T17:09:47.607037Z\", \"started\": \"2024-01-16T17:10:01.783613Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi192\", \"container_id\": \"0ab0391e93cc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 89391104, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054078Z\", \"created\": \"2024-01-16T17:10:01.907743Z\", \"started\": \"2024-01-16T17:10:15.904053Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi192\", \"container_id\": \"b06866ae76a3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104962457, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054146Z\", \"created\": \"2024-01-16T17:10:16.001453Z\", \"started\": \"2024-01-16T17:10:17.194560Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi192\", \"container_id\": \"173237f15eee\", \"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\": 28888268, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054214Z\", \"created\": \"2024-01-16T17:10:38.308995Z\", \"started\": \"2024-01-16T17:23:04.760642Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi192\", \"container_image_name\": \"prom/node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054281Z\", \"created\": \"2024-01-16T17:10:40.650947Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi192\", \"container_id\": \"2164b7e3f33b\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 41167093, \"cpu_percentage\": \"0.40%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054322Z\", \"created\": \"2024-01-16T17:13:30.007470Z\", \"started\": \"2024-01-16T17:13:30.120918Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi192.bddsgy\", \"daemon_name\": \"rgw.r.z.smithi192.bddsgy\", \"hostname\": \"smithi192\", \"container_id\": \"b7577845c440\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.15%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T17:23:35.054388Z\", \"created\": \"2024-01-16T17:16:05.629277Z\", \"started\": \"2024-01-16T17:16:05.663456Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044674Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5f39f483-2870-4bab-b081-befe2f741753\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"peDguG-DwqL-YHun-0fHA-MLma-mPMr-pBnFcZ\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3c931e75-ac55-4218-95c9-88fd33f674f9\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"Jqcl2c-hnST-egfd-EsBq-mum1-wVzm-PYqVyR\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"28949ab5-5e0d-407a-b852-c79fc25f08e8\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"g1dCSP-3yUl-qIkW-zIfe-UNjP-3UCL-H8XZOy\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"24f18b6f-ce58-460e-b40b-b0c1bbea3ffd\", \"cluster_fsid\": \"928e0b48-b491-11ee-95ae-87774f69a715\", \"block_uuid\": \"f6DnWa-Ep47-O3Bc-yr8a-pjZM-y03A-mKBaUZ\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500NN400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T17:22:31.044683Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XLLK\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:22:57.328286Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T17:19:41.364219Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:44.306911Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T17:09:58.212486Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:12.462472Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:14.666195Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T17:22:58.205257Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T17:10:40.199463Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T17:13:10.574787Z\"}, \"rgw.r.z.smithi192.bddsgy\": {\"deps\": [], \"last_config\": \"2024-01-16T17:16:04.474435Z\"}}, \"last_daemon_update\": \"2024-01-16T17:23:35.054513Z\", \"last_device_update\": \"2024-01-16T17:10:18.857388Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T17:19:53.327000Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.338019+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.338453+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.338836+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.339183+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.339513+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.339830+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.340171+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.340496+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.340834+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.342302+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.342582+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.345624+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.352418+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.353451+0000 mon.c (mon.1) 114 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.460 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: audit 2024-01-16T17:23:35.353725+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T17:23:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:35 smithi192 bash[64054]: cluster 2024-01-16T17:23:35.470429+0000 mgr.y (mgr.25195) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:37.132 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: cephadm 2024-01-16T17:23:36.228556+0000 mgr.y (mgr.25195) 5 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T17:23:37.132 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: audit 2024-01-16T17:23:36.229031+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.135 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: audit 2024-01-16T17:23:36.229371+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.135 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: audit 2024-01-16T17:23:36.230343+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:37.136 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: audit 2024-01-16T17:23:36.231274+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:37.136 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: cephadm 2024-01-16T17:23:36.232060+0000 mgr.y (mgr.25195) 6 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:23:37.136 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:36 smithi192 bash[64054]: audit 2024-01-16T17:23:36.232631+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T17:23:37.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: cephadm 2024-01-16T17:23:36.228556+0000 mgr.y (mgr.25195) 5 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T17:23:37.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: audit 2024-01-16T17:23:36.229031+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: audit 2024-01-16T17:23:36.229371+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: audit 2024-01-16T17:23:36.230343+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: audit 2024-01-16T17:23:36.231274+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: cephadm 2024-01-16T17:23:36.232060+0000 mgr.y (mgr.25195) 6 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[67436]: audit 2024-01-16T17:23:36.232631+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: cephadm 2024-01-16T17:23:36.228556+0000 mgr.y (mgr.25195) 5 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: audit 2024-01-16T17:23:36.229031+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: audit 2024-01-16T17:23:36.229371+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.25195 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: audit 2024-01-16T17:23:36.230343+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: audit 2024-01-16T17:23:36.231274+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: cephadm 2024-01-16T17:23:36.232060+0000 mgr.y (mgr.25195) 6 : cephadm [INF] Deploying daemon mgr.x on smithi192 2024-01-16T17:23:37.260 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:36 smithi053 bash[64029]: audit 2024-01-16T17:23:36.232631+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T17:23:37.458 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:37 smithi192 systemd[1]: Stopping Ceph mgr.x for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:37.783 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-16T17:23:38.041 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:38 smithi053 bash[67436]: cluster 2024-01-16T17:23:37.471174+0000 mgr.y (mgr.25195) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:38.041 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:38 smithi053 bash[64029]: cluster 2024-01-16T17:23:37.471174+0000 mgr.y (mgr.25195) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:38.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:38 smithi192 bash[64054]: cluster 2024-01-16T17:23:37.471174+0000 mgr.y (mgr.25195) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:39.092 INFO:teuthology.orchestra.run.smithi053.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T17:23:39.092 INFO:teuthology.orchestra.run.smithi053.stdout:alertmanager.a smithi053 *:9093,9094 running (42s) 4s ago 48s 17.2M - 0.23.0 ba2b418f427c 7efbcd2635f8 2024-01-16T17:23:39.092 INFO:teuthology.orchestra.run.smithi053.stdout:grafana.a smithi192 running (10m) 4s ago 10m 39.2M - 6.6.2 87a51ecf0b1c 2164b7e3f33b 2024-01-16T17:23:39.092 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.x smithi192 running (3m) 4s ago 15m 390M - 16.2.14-449-ga70aebef 377ff36742d8 9c7716879acf 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:mgr.y smithi053 *:8443 running (20s) 4s ago 16m 421M - 16.2.14-449-ga70aebef 377ff36742d8 a5e690ae6f2a 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:mon.a smithi053 running (16m) 4s ago 16m 304M 2048M 15.2.0 204a01f9b0b6 8c869d498f99 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:mon.b smithi192 running (15m) 4s ago 15m 287M 2048M 15.2.0 204a01f9b0b6 f3d1557caf33 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:mon.c smithi053 running (15m) 4s ago 15m 281M 2048M 15.2.0 204a01f9b0b6 857a518f3121 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.a smithi053 running 4s ago 12m - - 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:node-exporter.b smithi192 running 4s ago 12m - - 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.0 smithi053 running (14m) 4s ago 14m 97.0M 4096M 15.2.0 204a01f9b0b6 518b5639c6bb 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.1 smithi053 running (14m) 4s ago 14m 97.2M 4096M 15.2.0 204a01f9b0b6 a50d9dc74c96 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.2 smithi053 running (14m) 4s ago 14m 77.7M 4096M 15.2.0 204a01f9b0b6 f185a75c2276 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.3 smithi053 running (14m) 4s ago 14m 100M 4096M 15.2.0 204a01f9b0b6 a416e43a41a9 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.4 smithi192 running (13m) 4s ago 14m 102M 4096M 15.2.0 204a01f9b0b6 38ffd472ce2b 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.5 smithi192 running (13m) 4s ago 13m 94.7M 4096M 15.2.0 204a01f9b0b6 f51e959498ea 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.6 smithi192 running (13m) 4s ago 13m 85.2M 4096M 15.2.0 204a01f9b0b6 0ab0391e93cc 2024-01-16T17:23:39.093 INFO:teuthology.orchestra.run.smithi053.stdout:osd.7 smithi192 running (13m) 4s ago 13m 100M 4096M 15.2.0 204a01f9b0b6 b06866ae76a3 2024-01-16T17:23:39.094 INFO:teuthology.orchestra.run.smithi053.stdout:prometheus.a smithi192 running (34s) 4s ago 13m 27.5M - 2.49.1 2a72b385beaf 173237f15eee 2024-01-16T17:23:39.094 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi053.mkddcp smithi053 running (7m) 4s ago 7m 54.2M - 15.2.0 204a01f9b0b6 8a15e86a257c 2024-01-16T17:23:39.094 INFO:teuthology.orchestra.run.smithi053.stdout:rgw.r.z.smithi192.bddsgy smithi192 running (7m) 4s ago 7m 54.1M - 15.2.0 204a01f9b0b6 b7577845c440 2024-01-16T17:23:39.415 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.106458+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.415 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.106879+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.415 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.107208+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.107554+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.107902+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.108228+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.109852+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.110178+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.110505+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.110803+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[67436]: audit 2024-01-16T17:23:39.111111+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.106458+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.416 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.106879+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.107208+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.107554+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.107902+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.108228+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.109852+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.110178+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.110505+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.110803+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.417 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:39 smithi053 bash[64029]: audit 2024-01-16T17:23:39.111111+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.418 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.106458+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.106879+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.107208+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.107554+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.107902+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.108228+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.109852+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T17:23:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.110178+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.110505+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.110803+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:39.459 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:39 smithi192 bash[64054]: audit 2024-01-16T17:23:39.111111+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.25195 172.21.15.53:0/2456990457' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T17:23:40.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:40 smithi192 bash[64054]: audit 2024-01-16T17:23:39.104338+0000 mgr.y (mgr.25195) 8 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:23:40.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:40 smithi192 bash[64054]: cluster 2024-01-16T17:23:39.471503+0000 mgr.y (mgr.25195) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:40.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:40 smithi053 bash[67436]: audit 2024-01-16T17:23:39.104338+0000 mgr.y (mgr.25195) 8 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:23:40.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:40 smithi053 bash[67436]: cluster 2024-01-16T17:23:39.471503+0000 mgr.y (mgr.25195) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:40.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:40 smithi053 bash[64029]: audit 2024-01-16T17:23:39.104338+0000 mgr.y (mgr.25195) 8 : audit [DBG] from='client.15303 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T17:23:40.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:40 smithi053 bash[64029]: cluster 2024-01-16T17:23:39.471503+0000 mgr.y (mgr.25195) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:40.780 INFO:teuthology.orchestra.run.smithi053.stdout:{ 2024-01-16T17:23:40.780 INFO:teuthology.orchestra.run.smithi053.stdout: "mon": { 2024-01-16T17:23:40.780 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T17:23:40.780 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:23:40.780 INFO:teuthology.orchestra.run.smithi053.stdout: "mgr": { 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "osd": { 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "mds": {}, 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "rgw": { 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: }, 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "overall": { 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout: } 2024-01-16T17:23:40.781 INFO:teuthology.orchestra.run.smithi053.stdout:} 2024-01-16T17:23:41.163 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-16T17:23:41.259 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:41 smithi053 bash[64029]: audit 2024-01-16T17:23:40.804737+0000 mon.c (mon.1) 130 : audit [DBG] from='client.? 172.21.15.53:0/3202251622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:41.259 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:41 smithi053 bash[67436]: audit 2024-01-16T17:23:40.804737+0000 mon.c (mon.1) 130 : audit [DBG] from='client.? 172.21.15.53:0/3202251622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:41.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:41 smithi192 bash[64054]: audit 2024-01-16T17:23:40.804737+0000 mon.c (mon.1) 130 : audit [DBG] from='client.? 172.21.15.53:0/3202251622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:42.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:42 smithi192 bash[64054]: cluster 2024-01-16T17:23:41.471845+0000 mgr.y (mgr.25195) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:42.509 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:42 smithi053 bash[64029]: cluster 2024-01-16T17:23:41.471845+0000 mgr.y (mgr.25195) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:42.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:42 smithi053 bash[67436]: cluster 2024-01-16T17:23:41.471845+0000 mgr.y (mgr.25195) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T17:23:42.515 INFO:teuthology.orchestra.run.smithi053.stdout:false 2024-01-16T17:23:42.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T17:23:42.863 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 smithi053 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 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-16T17:23:43.079 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0d4075875f2e49858442d957fd37a0f2 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 smithi053 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 928e0b48-b491-11ee-95ae-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-16T17:23:43.081 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T17:23:43.090 INFO:tasks.cephadm:Teardown begin 2024-01-16T17:23:43.090 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:23:43.126 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:23:43.165 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T17:23:43.166 DEBUG:teuthology.orchestra.run.smithi053:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T17:23:43.185 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T17:23:43.226 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T17:23:43.226 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-01-16T17:23:43.227 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a 2024-01-16T17:23:43.373 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[64029]: audit 2024-01-16T17:23:42.528910+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.53:0/2539350612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:43.373 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 systemd[1]: Stopping Ceph mon.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:43.373 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[64029]: debug 2024-01-16T17:23:43.351+0000 7fca98da4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:43.373 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[64029]: debug 2024-01-16T17:23:43.351+0000 7fca98da4700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-01-16T17:23:43.374 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[67436]: audit 2024-01-16T17:23:42.528910+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.53:0/2539350612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:43.458 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:43 smithi192 bash[64054]: audit 2024-01-16T17:23:42.528910+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.53:0/2539350612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T17:23:43.758 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[92789]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mon.a 2024-01-16T17:23:43.758 INFO:journalctl@ceph.mon.a.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[92828]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.a/unit.stop: No such file or directory 2024-01-16T17:23:43.762 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.a.service' 2024-01-16T17:23:43.811 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:43.812 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-01-16T17:23:43.812 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-01-16T17:23:43.812 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.c 2024-01-16T17:23:44.009 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:43 smithi053 systemd[1]: Stopping Ceph mon.c for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:44.009 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[67436]: debug 2024-01-16T17:23:43.941+0000 7ffab106f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:44.009 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:43 smithi053 bash[67436]: debug 2024-01-16T17:23:43.941+0000 7ffab106f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-01-16T17:23:44.509 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:44 smithi053 bash[92882]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mon.c 2024-01-16T17:23:44.510 INFO:journalctl@ceph.mon.c.smithi053.stdout:Jan 16 17:23:44 smithi053 bash[92921]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/mon.c/unit.stop: No such file or directory 2024-01-16T17:23:44.578 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.c.service' 2024-01-16T17:23:44.616 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:44.617 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-01-16T17:23:44.617 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-01-16T17:23:44.617 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.b 2024-01-16T17:23:44.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:44 smithi192 systemd[1]: Stopping Ceph mon.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:44.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:44 smithi192 bash[64054]: debug 2024-01-16T17:23:44.744+0000 7f2766daf700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:44.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Jan 16 17:23:44 smithi192 bash[64054]: debug 2024-01-16T17:23:44.744+0000 7f2766daf700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-01-16T17:23:45.187 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mon.b.service' 2024-01-16T17:23:45.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:45.233 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-01-16T17:23:45.234 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-01-16T17:23:45.234 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y 2024-01-16T17:23:45.535 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:45 smithi053 systemd[1]: Stopping Ceph mgr.y for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:45.535 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:45 smithi053 bash[92974]: Error: no container with name or ID "ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.y" found: no such container 2024-01-16T17:23:45.535 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:45 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:45.517+0000 7f093bb52700 -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-16T17:23:45.536 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:45 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y[90852]: debug 2024-01-16T17:23:45.517+0000 7f093bb52700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-01-16T17:23:45.948 INFO:journalctl@ceph.mgr.y.smithi053.stdout:Jan 16 17:23:45 smithi053 bash[93013]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr-y 2024-01-16T17:23:45.954 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.y.service' 2024-01-16T17:23:45.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:45.991 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-01-16T17:23:45.991 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-01-16T17:23:45.992 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x 2024-01-16T17:23:47.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:47 smithi192 bash[81292]: time="2024-01-16T17:23:47Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-16T17:23:47.459 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:47 smithi192 bash[81292]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x 2024-01-16T17:23:47.928 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:47 smithi192 bash[81512]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-mgr.x 2024-01-16T17:23:47.929 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Jan 16 17:23:47 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-16T17:23:47.934 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@mgr.x.service' 2024-01-16T17:23:48.086 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:48.086 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-01-16T17:23:48.086 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-16T17:23:48.086 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.0 2024-01-16T17:23:48.398 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 systemd[1]: Stopping Ceph osd.0 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:48.399 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 bash[71342]: debug 2024-01-16T17:23:48.209+0000 7fd2f776a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:48.399 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 bash[71342]: debug 2024-01-16T17:23:48.209+0000 7fd2f776a700 -1 osd.0 74 *** Got signal Terminated *** 2024-01-16T17:23:48.399 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 bash[71342]: debug 2024-01-16T17:23:48.209+0000 7fd2f776a700 -1 osd.0 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:48.732 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 bash[93133]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.0 2024-01-16T17:23:48.732 INFO:journalctl@ceph.osd.0.smithi053.stdout:Jan 16 17:23:48 smithi053 bash[93174]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.0/unit.stop: No such file or directory 2024-01-16T17:23:49.248 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.0.service' 2024-01-16T17:23:49.289 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:49.289 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-16T17:23:49.289 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-16T17:23:49.289 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.1 2024-01-16T17:23:49.509 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 systemd[1]: Stopping Ceph osd.1 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:49.509 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 bash[73569]: debug 2024-01-16T17:23:49.450+0000 7efd7d4c6700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:49.509 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 bash[73569]: debug 2024-01-16T17:23:49.450+0000 7efd7d4c6700 -1 osd.1 74 *** Got signal Terminated *** 2024-01-16T17:23:49.510 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 bash[73569]: debug 2024-01-16T17:23:49.450+0000 7efd7d4c6700 -1 osd.1 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:49.966 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 bash[93290]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.1 2024-01-16T17:23:49.966 INFO:journalctl@ceph.osd.1.smithi053.stdout:Jan 16 17:23:49 smithi053 bash[93332]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-16T17:23:50.908 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.1.service' 2024-01-16T17:23:50.954 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:50.954 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-16T17:23:50.954 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-16T17:23:50.954 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.2 2024-01-16T17:23:51.052 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 systemd[1]: Stopping Ceph osd.2 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:51.347 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 bash[75922]: debug 2024-01-16T17:23:51.075+0000 7f28f6506700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:51.347 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 bash[75922]: debug 2024-01-16T17:23:51.075+0000 7f28f6506700 -1 osd.2 74 *** Got signal Terminated *** 2024-01-16T17:23:51.347 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 bash[75922]: debug 2024-01-16T17:23:51.075+0000 7f28f6506700 -1 osd.2 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:51.759 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 bash[93451]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.2 2024-01-16T17:23:51.760 INFO:journalctl@ceph.osd.2.smithi053.stdout:Jan 16 17:23:51 smithi053 bash[93491]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-16T17:23:52.223 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.2.service' 2024-01-16T17:23:52.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:52.263 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-16T17:23:52.263 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-16T17:23:52.264 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.3 2024-01-16T17:23:52.509 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 systemd[1]: Stopping Ceph osd.3 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:52.509 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 bash[76445]: debug 2024-01-16T17:23:52.425+0000 7f6978347700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:52.509 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 bash[76445]: debug 2024-01-16T17:23:52.425+0000 7f6978347700 -1 osd.3 74 *** Got signal Terminated *** 2024-01-16T17:23:52.509 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 bash[76445]: debug 2024-01-16T17:23:52.425+0000 7f6978347700 -1 osd.3 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:53.009 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 bash[93608]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.3 2024-01-16T17:23:53.010 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:52 smithi053 bash[93649]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-16T17:23:53.474 DEBUG:teuthology.orchestra.run.smithi053:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.3.service' 2024-01-16T17:23:53.504 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:53 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.3.service: Succeeded. 2024-01-16T17:23:53.505 INFO:journalctl@ceph.osd.3.smithi053.stdout:Jan 16 17:23:53 smithi053 systemd[1]: Stopped Ceph osd.3 for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:53.516 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:53.516 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-16T17:23:53.516 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-16T17:23:53.517 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.4 2024-01-16T17:23:53.816 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 systemd[1]: Stopping Ceph osd.4 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:53.816 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 bash[68213]: debug 2024-01-16T17:23:53.643+0000 7fd5e0229700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:53.817 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 bash[68213]: debug 2024-01-16T17:23:53.643+0000 7fd5e0229700 -1 osd.4 74 *** Got signal Terminated *** 2024-01-16T17:23:53.817 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 bash[68213]: debug 2024-01-16T17:23:53.643+0000 7fd5e0229700 -1 osd.4 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:54.199 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 bash[81761]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.4 2024-01-16T17:23:54.199 INFO:journalctl@ceph.osd.4.smithi192.stdout:Jan 16 17:23:53 smithi192 bash[81803]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-16T17:23:54.640 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.4.service' 2024-01-16T17:23:54.683 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:54.684 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-16T17:23:54.684 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-16T17:23:54.685 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.5 2024-01-16T17:23:54.959 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:54 smithi192 systemd[1]: Stopping Ceph osd.5 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:54.959 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:54 smithi192 bash[70289]: debug 2024-01-16T17:23:54.858+0000 7f06623f9700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:54.959 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:54 smithi192 bash[70289]: debug 2024-01-16T17:23:54.858+0000 7f06623f9700 -1 osd.5 74 *** Got signal Terminated *** 2024-01-16T17:23:54.959 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:54 smithi192 bash[70289]: debug 2024-01-16T17:23:54.858+0000 7f06623f9700 -1 osd.5 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:55.432 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:55 smithi192 bash[81920]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.5 2024-01-16T17:23:55.432 INFO:journalctl@ceph.osd.5.smithi192.stdout:Jan 16 17:23:55 smithi192 bash[81961]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-16T17:23:55.881 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.5.service' 2024-01-16T17:23:55.920 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:55.920 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-16T17:23:55.920 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-16T17:23:55.920 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.6 2024-01-16T17:23:56.104 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 systemd[1]: Stopping Ceph osd.6 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:56.104 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 bash[72475]: debug 2024-01-16T17:23:56.075+0000 7f1f98050700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:56.104 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 bash[72475]: debug 2024-01-16T17:23:56.075+0000 7f1f98050700 -1 osd.6 74 *** Got signal Terminated *** 2024-01-16T17:23:56.104 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 bash[72475]: debug 2024-01-16T17:23:56.075+0000 7f1f98050700 -1 osd.6 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:56.665 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 bash[82079]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.6 2024-01-16T17:23:56.666 INFO:journalctl@ceph.osd.6.smithi192.stdout:Jan 16 17:23:56 smithi192 bash[82119]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-16T17:23:57.148 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.6.service' 2024-01-16T17:23:57.188 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:57.188 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-16T17:23:57.188 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-16T17:23:57.189 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.7 2024-01-16T17:23:57.459 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 systemd[1]: Stopping Ceph osd.7 for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:57.459 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 bash[72845]: debug 2024-01-16T17:23:57.341+0000 7f300d16c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T17:23:57.459 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 bash[72845]: debug 2024-01-16T17:23:57.341+0000 7f300d16c700 -1 osd.7 74 *** Got signal Terminated *** 2024-01-16T17:23:57.459 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 bash[72845]: debug 2024-01-16T17:23:57.341+0000 7f300d16c700 -1 osd.7 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T17:23:57.848 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 bash[82237]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-osd.7 2024-01-16T17:23:57.848 INFO:journalctl@ceph.osd.7.smithi192.stdout:Jan 16 17:23:57 smithi192 bash[82277]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-16T17:23:58.357 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@osd.7.service' 2024-01-16T17:23:58.397 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:58.397 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-16T17:23:58.397 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-01-16T17:23:58.397 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a 2024-01-16T17:23:58.708 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 systemd[1]: Stopping Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:23:58.708 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T17:23:58.708 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T17:23:58.708 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.559Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T17:23:58.709 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.560Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T17:23:58.710 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.560Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T17:23:58.710 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[79639]: ts=2024-01-16T17:23:58.560Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T17:23:58.960 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a.service' 2024-01-16T17:23:58.984 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[82395]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-prometheus.a 2024-01-16T17:23:58.985 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 bash[82440]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/prometheus.a/unit.stop: No such file or directory 2024-01-16T17:23:58.985 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@prometheus.a.service: Succeeded. 2024-01-16T17:23:58.985 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Jan 16 17:23:58 smithi192 systemd[1]: Stopped Ceph prometheus.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:23:58.995 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T17:23:58.996 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-01-16T17:23:58.996 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr: [--retry RETRY] 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.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-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr: ... 2024-01-16T17:23:59.136 INFO:teuthology.orchestra.run.smithi053.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-16T17:23:59.146 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T17:23:59.146 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr: [--retry RETRY] 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.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-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr: ... 2024-01-16T17:23:59.265 INFO:teuthology.orchestra.run.smithi192.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-16T17:23:59.274 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T17:23:59.274 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:23:59.304 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T17:23:59.331 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T17:23:59.333 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/ubuntu@smithi053.front.sepia.ceph.com/crash 2024-01-16T17:23:59.334 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/crash -- . 2024-01-16T17:23:59.388 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/ubuntu@smithi192.front.sepia.ceph.com/crash 2024-01-16T17:23:59.389 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/crash -- . 2024-01-16T17:23:59.426 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T17:23:59.427 DEBUG:teuthology.orchestra.run.smithi053:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T17:23:59.457 INFO:teuthology.orchestra.run.smithi053.stderr:grep: /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-16T17:23:59.459 INFO:tasks.cephadm:Compressing logs... 2024-01-16T17:23:59.459 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:23:59.501 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:23:59.529 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi192.bddsgy.log 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi192.bddsgy.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-16T17:23:59.530 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.6.log: 58.7% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi192.bddsgy.log.gz 2024-01-16T17:23:59.531 INFO:teuthology.orchestra.run.smithi192.stderr: 87.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T17:23:59.531 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.x.log 2024-01-16T17:23:59.531 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.b.log 2024-01-16T17:23:59.531 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-16T17:23:59.532 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.b.log: /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.4.log: 91.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-16T17:23:59.534 INFO:teuthology.orchestra.run.smithi053.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T17:23:59.534 INFO:teuthology.orchestra.run.smithi053.stderr:: No such file or directory 2024-01-16T17:23:59.534 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.y.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.a.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.3.log: /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi053.mkddcp.log 2024-01-16T17:23:59.535 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.a.log: /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi053.mkddcp.log: 58.6% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi053.mkddcp.log.gz 2024-01-16T17:23:59.536 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.c.log 2024-01-16T17:23:59.536 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.c.log: 91.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-16T17:23:59.536 INFO:teuthology.orchestra.run.smithi053.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-16T17:23:59.536 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-16T17:23:59.548 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.5.log: 90.1% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.x.log.gz 2024-01-16T17:23:59.829 INFO:teuthology.orchestra.run.smithi053.stderr:/var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.1.log: 92.1% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mgr.y.log.gz 2024-01-16T17:23:59.873 INFO:teuthology.orchestra.run.smithi192.stderr: 92.8% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-16T17:23:59.919 INFO:teuthology.orchestra.run.smithi053.stderr: 92.7% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-16T17:23:59.936 INFO:teuthology.orchestra.run.smithi192.stderr: 93.1% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-16T17:23:59.949 INFO:teuthology.orchestra.run.smithi053.stderr: 93.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-16T17:23:59.979 INFO:teuthology.orchestra.run.smithi192.stderr: 93.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-16T17:24:00.024 INFO:teuthology.orchestra.run.smithi053.stderr: 94.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.c.log.gz 2024-01-16T17:24:00.052 INFO:teuthology.orchestra.run.smithi053.stderr: 93.2% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-16T17:24:00.062 INFO:teuthology.orchestra.run.smithi192.stderr: 93.4% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-16T17:24:00.067 INFO:teuthology.orchestra.run.smithi192.stderr: 93.3% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.b.log.gz 2024-01-16T17:24:00.069 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-01-16T17:24:00.069 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.550s 2024-01-16T17:24:00.069 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m2.212s 2024-01-16T17:24:00.069 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.097s 2024-01-16T17:24:00.080 INFO:teuthology.orchestra.run.smithi053.stderr: 93.0% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-16T17:24:00.487 INFO:teuthology.orchestra.run.smithi053.stderr: 90.9% -- replaced with /var/log/ceph/928e0b48-b491-11ee-95ae-87774f69a715/ceph-mon.a.log.gz 2024-01-16T17:24:00.489 INFO:teuthology.orchestra.run.smithi053.stderr: 2024-01-16T17:24:00.489 INFO:teuthology.orchestra.run.smithi053.stderr:real 0m0.972s 2024-01-16T17:24:00.489 INFO:teuthology.orchestra.run.smithi053.stderr:user 0m3.527s 2024-01-16T17:24:00.489 INFO:teuthology.orchestra.run.smithi053.stderr:sys 0m0.126s 2024-01-16T17:24:00.490 INFO:tasks.cephadm:Archiving logs... 2024-01-16T17:24:00.490 DEBUG:teuthology.misc:Transferring archived files from smithi053:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/ubuntu@smithi053.front.sepia.ceph.com/log 2024-01-16T17:24:00.491 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T17:24:00.961 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/ubuntu@smithi192.front.sepia.ceph.com/log 2024-01-16T17:24:00.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T17:24:01.273 INFO:tasks.cephadm:Removing cluster... 2024-01-16T17:24:01.274 DEBUG:teuthology.orchestra.run.smithi053:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --force 2024-01-16T17:24:01.819 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:01 smithi192 bash[78325]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:24:01.820 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:01 smithi192 bash[78325]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:24:02.208 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 bash[78325]: Error: 3 errors occurred while pulling: 2024-01-16T17:24:02.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 bash[78325]: * initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:24:02.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 bash[78325]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:24:02.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 bash[78325]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:24:02.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:24:02.209 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:02 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T17:24:02.510 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:02 smithi053 systemd[1]: Stopping Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:24:02.510 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:02 smithi053 bash[94139]: Error: no container with name or ID "ceph-928e0b48-b491-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-16T17:24:02.510 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:02 smithi053 bash[94150]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Service RestartSec=10s expired, scheduling restart. 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Scheduled restart job, restart counter is at 5. 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 systemd[1]: Starting Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 bash[82618]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T17:24:12.709 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:12 smithi192 bash[82618]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T17:24:24.396 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: Trying to pull registry.access.redhat.com/prom/node-exporter:latest... 2024-01-16T17:24:24.396 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: Trying to pull registry.redhat.io/prom/node-exporter:latest... 2024-01-16T17:24:24.726 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: Error: 3 errors occurred while pulling: 2024-01-16T17:24:24.727 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: * copying system image from manifest list: determining manifest MIME type for docker://prom/node-exporter:latest: reading manifest sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T17:24:24.727 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: * initializing source docker://registry.access.redhat.com/prom/node-exporter:latest: reading manifest latest in registry.access.redhat.com/prom/node-exporter: name unknown: Repo not found 2024-01-16T17:24:24.727 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 bash[87353]: * initializing source docker://registry.redhat.io/prom/node-exporter:latest: unable to retrieve auth token: invalid username/password: unauthorized: Please login to the Red Hat Registry using your Customer Portal credentials. Further instructions can be found here: https://access.redhat.com/RegistryAuthentication 2024-01-16T17:24:24.727 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=125/n/a 2024-01-16T17:24:24.727 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T17:24:24.728 INFO:journalctl@ceph.node-exporter.a.smithi053.stdout:Jan 16 17:24:24 smithi053 systemd[1]: Stopped Ceph node-exporter.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:24:35.759 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:35 smithi053 systemd[1]: Stopping Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:24:35.759 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:35 smithi053 bash[94301]: Error: no container with name or ID "ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager.a" found: no such container 2024-01-16T17:24:36.025 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:35 smithi053 ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a[90293]: level=info ts=2024-01-16T17:24:35.787Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-01-16T17:24:36.025 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:35 smithi053 bash[94341]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-alertmanager-a 2024-01-16T17:24:36.279 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:36 smithi053 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-16T17:24:36.280 INFO:journalctl@ceph.alertmanager.a.smithi053.stdout:Jan 16 17:24:36 smithi053 systemd[1]: Stopped Ceph alertmanager.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:24:36.534 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 928e0b48-b491-11ee-95ae-87774f69a715 --force 2024-01-16T17:24:38.417 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@node-exporter.b.service: Succeeded. 2024-01-16T17:24:38.417 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: Stopped Ceph node-exporter.b for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:24:38.417 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: Stopping Ceph grafana.a for 928e0b48-b491-11ee-95ae-87774f69a715... 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped Stream Manager" 2024-01-16T17:24:38.418 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-01-16T17:24:38.419 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-01-16T17:24:38.419 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-01-16T17:24:38.419 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-01-16T17:24:38.419 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-01-16T17:24:38.419 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[75362]: t=2024-01-16T17:24:38+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-01-16T17:24:38.672 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[83001]: ceph-928e0b48-b491-11ee-95ae-87774f69a715-grafana.a 2024-01-16T17:24:38.672 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 bash[83042]: bash: /var/lib/ceph/928e0b48-b491-11ee-95ae-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-01-16T17:24:38.673 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-01-16T17:24:38.673 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: ceph-928e0b48-b491-11ee-95ae-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-01-16T17:24:38.673 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Jan 16 17:24:38 smithi192 systemd[1]: Stopped Ceph grafana.a for 928e0b48-b491-11ee-95ae-87774f69a715. 2024-01-16T17:24:49.064 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Jan 16 17:24:48 smithi192 bash[82618]: time="2024-01-16T17:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/node-exporter:latest: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/node-exporter:latest: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/node-exporter:latest: reading manifest latest in docker.io/prom/node-exporter: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T17:24:49.729 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T17:24:49.729 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T17:24:49.754 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T17:24:49.773 INFO:tasks.cephadm:Teardown complete 2024-01-16T17:24:49.773 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T17:24:49.783 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T17:24:49.784 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T17:24:49.797 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T17:24:49.816 INFO:teuthology.orchestra.run.smithi053.stderr:bash: ntpq: command not found 2024-01-16T17:24:49.821 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T17:24:49.821 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-01-16T17:24:49.821 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 +2813us[+2813us] +/- 113ms 2024-01-16T17:24:49.822 INFO:teuthology.orchestra.run.smithi053.stdout:^* hv02.front.sepia.ceph.com 3 6 377 1 -861us[ -830us] +/- 72ms 2024-01-16T17:24:49.822 INFO:teuthology.orchestra.run.smithi053.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 0 -1004us[-1004us] +/- 82ms 2024-01-16T17:24:49.822 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:24:49.830 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2024-01-16T17:24:49.833 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T17:24:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2024-01-16T17:24:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 0 +2784us[+2784us] +/- 113ms 2024-01-16T17:24:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -887us[ -860us] +/- 72ms 2024-01-16T17:24:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 -1032us[-1032us] +/- 82ms 2024-01-16T17:24:49.834 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T17:24:49.836 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T17:24:49.844 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T17:24:49.845 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T17:24:49.853 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:24:49.931 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:24:49.995 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:24:50.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T17:24:50.027 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:24:50.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T17:24:50.057 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T17:24:50.066 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T17:24:50.074 INFO:teuthology.task.internal:Duration was 1531.277732 seconds 2024-01-16T17:24:50.074 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T17:24:50.083 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T17:24:50.083 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T17:24:50.085 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T17:24:50.132 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T17:24:50.144 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T17:24:50.467 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T17:24:50.467 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-01-16T17:24:50.468 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:24:50.492 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-01-16T17:24:50.492 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:24:50.514 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T17:24:50.514 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T17:24:50.535 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T17:24:50.615 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T17:24:50.615 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T17:24:50.617 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T17:24:50.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T17:24:50.778 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T17:24:50.778 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T17:24:50.805 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T17:24:50.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T17:24:50.842 DEBUG:teuthology.orchestra.run.smithi053:> 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-16T17:24:50.848 DEBUG:teuthology.orchestra.run.smithi192:> 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-16T17:24:50.872 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-01-16T17:24:50.900 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-01-16T17:24:50.928 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T17:24:50.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T17:24:50.947 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T17:24:50.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T17:24:50.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T17:24:50.997 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T17:24:50.998 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/smithi053 2024-01-16T17:24:50.999 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T17:24:51.044 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230/remote/smithi192 2024-01-16T17:24:51.044 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T17:24:51.084 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T17:24:51.085 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T17:24:51.087 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T17:24:51.135 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T17:24:51.146 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T17:24:51.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T17:24:51.154 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T17:24:51.154 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T17:24:51.157 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T17:24:51.172 INFO:teuthology.orchestra.run.smithi053.stdout: 525352 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 17:24 /home/ubuntu/cephtest 2024-01-16T17:24:51.193 INFO:teuthology.orchestra.run.smithi192.stdout: 525853 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 17:24 /home/ubuntu/cephtest 2024-01-16T17:24:51.194 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T17:24:51.204 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T17:24:51.224 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T17:24:51.262 DEBUG:teuthology.nuke:shortname: smithi053 2024-01-16T17:24:51.263 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T17:24:51.288 DEBUG:teuthology.nuke:shortname: smithi192 2024-01-16T17:24:51.288 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T17:24:51.291 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230', '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 15:58:24.240940', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbnlctzjMG4bhaQnp/ABfYjlCYAxbvE6++o0BUvfjVg+SeFTffCHOfjmVYSpHrkbKuB8Oc/6FK84Xk+XIbDtlM='} 2024-01-16T17:24:51.317 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-16_15:55:17-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7518230', '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 15:58:24.239247', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMudcThY5uF8Su174VeG3M2gKcF1Ak0sTP1iHBmRVM8Ak4u2a3f5V3rh3n1EA+qJ4pRrpz/Uf4YIpnjyyPrIIzM='} 2024-01-16T17:24:51.348 INFO:teuthology.orchestra.console.smithi053:Power off 2024-01-16T17:24:51.349 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T17:24:51.371 DEBUG:teuthology.orchestra.console.smithi053:power off output: Chassis Power Control: Down/Off 2024-01-16T17:24:51.371 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:51.387 INFO:teuthology.orchestra.console.smithi192:Power off 2024-01-16T17:24:51.387 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T17:24:51.396 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-01-16T17:24:51.409 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2024-01-16T17:24:51.409 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:51.440 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-01-16T17:24:55.398 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:55.442 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:55.508 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is on 2024-01-16T17:24:55.551 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2024-01-16T17:24:59.512 DEBUG:teuthology.orchestra.console.smithi053:pexpect command: ipmitool -H smithi053.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:59.552 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T17:24:59.622 DEBUG:teuthology.orchestra.console.smithi053:check power output: Chassis Power is off 2024-01-16T17:24:59.660 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2024-01-16T17:24:59.723 INFO:teuthology.orchestra.console.smithi053:Power off completed 2024-01-16T17:24:59.761 INFO:teuthology.orchestra.console.smithi192:Power off completed 2024-01-16T17:24:59.866 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: 1531.2777316570282 failure_reason: 'Command failed on smithi053 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 928e0b48-b491-11ee-95ae-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=0d4075875f2e49858442d957fd37a0f2 status: fail success: false 2024-01-16T17:24:59.866 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T17:24:59.947 INFO:teuthology.run:FAIL